ReinholdHiller wrote:But it adds up. Every little "Serial.println("debug: blah");" eats another piece of RAM. And how to know when Stack is full? Then you will get random crashes without any chance to debug it...
I think there is need of a solution like F() or PROGMEM...
F() does work. client.write(F());, serial.print(F()); and the like works just fine. I am using them now and combining a lot of lines into one and the webpage loads faster.