Hallo Forum,
Hatte die Frage schon mal innerhalb eines Thread gestellt, ging dort wohl unter .
Wenn ich die Website bei statischen Werten konsequent so aufbaue,
void showtemp(EthernetClient cl)
{
cl.print(F("<p style=\"clear:both;float:left;margin-left:85px;margin-top:0px;font-size:30px\">"));
cl.println(werte[0].wert);
cl.print(F("<p style=\"float:right;margin-right:160px;margin-top:0px;font-size:30px\">"));
cl.println(werte[1].wert);
Wird die Seite beim Aufbau und auch beim Refresh im Vergleich zu ohne F Macro extrem langsamer aufgebaut.
Denke Faktor 10 oder höher.
Woran liegt das ?
Habe noch die Arduino Version 1.0.4, an dem wird dies wohl nicht liegen.