Closed
Description
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 (int i = 0; i < 1000; ++i){
client.print(i);
client.println("<br>");
}
Metadata
Metadata
Assignees
Labels
No labels