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
I'm beyond frustrated with this ESP8266WebServer. It works, sometimes. Even just using the plain example code. It's randomly not responding, etc. What a piece of junk.
For example, just load the default page and refresh your browser 10x. It will fail. If it doesn't, try 20x.
The text was updated successfully, but these errors were encountered:
:P Wow... I am surprised the 8266 Arduino library is so buggy. I eventually sorted this out. I don't want to say how much time I spent on this issue.
In SOFT_AP mode the device fails to respond consistently. Replicate this simply by running a SoftAP example web server and executing "ping youripaddress -t" from the command line. You might see a few requests go through before it starts failing to respond. Sometimes it does respond, just not constantly.
Solve this by adding MDSN to your sketch!?! ...I have no idea, but I swear, this fixes the problem and the 8266 responds EVERY single time.
I'm beyond frustrated with this ESP8266WebServer. It works, sometimes. Even just using the plain example code. It's randomly not responding, etc. What a piece of junk.
For example, just load the default page and refresh your browser 10x. It will fail. If it doesn't, try 20x.
The text was updated successfully, but these errors were encountered: