You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using SimpleWiFiServer with CSS and html some lines are just not printed by client.
For test I adapted the SimpleWiFiServer example for print a list from 0 to 999, and it have a considerable amount of missing data, here is the test code:
client.println("0 to 999 list<br>");
for (inti=0; i<1000; ++i){
client.print(i);
client.println("<br>");
}
Some errors:
screenshot2:
The text was updated successfully, but these errors were encountered:
Using SimpleWiFiServer with CSS and html some lines are just not printed by client.
For test I adapted the SimpleWiFiServer example for print a list from 0 to 999, and it have a considerable amount of missing data, here is the test code:
Some errors:

screenshot2:

The text was updated successfully, but these errors were encountered: