All Questions
3 questions
0
votes
0
answers
116
views
how i can use string as a pinname (nodemcu board)
String sw1 = serv.arg("sw1"); //provide true or false
String w = serv.arg("id"); //provide pin name which i have to operate
if(sw1 == "true")
...
0
votes
0
answers
148
views
When I send a byte array containing two bytes with value of 0 it stops working
On my ESP8266 I use the ESPWebServer Library,when I receive bytes from a request and it contains two consecutive bytes valued 0 then the following bytes that are left also return 0 not their correct ...
1
vote
1
answer
2k
views
ESP8266 WebServer sends empty or not completed responses
My web server running on ESP8266, does not work properly.
If I request for some page server returns empty or not completed response.
HTML page will not load, it stays loading with white screen. I ...