Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By sineverba
#58915 Hi to all,
I did write via ARDUINO IDE a sketch and ESP8266 is a server. Basically I call it via query string (192.168.1.101/5) and I get result of pin 5 state (0 or 1).
Time by time it hangs, and browser of desktop cannot have no result anymore. If I reset it, all ok.
I'm thinking to implement a control in sketch that if a determined action fails, it restarts.
But... What function // check could I implement?
I don't think that I cannot call itself, or, I don't know if when this but appear, this action will be true or false (it's disconnected by the PC and is it in testing for command relay heater).
Thank you very much!