Testato
Testato
Please submit a Pull Request so we can review it
Are you using the last Stable ESP Arduino Core version ? It solve some auto restart bug. Il 05/ago/2015 12:47, "sticilface" [email protected] ha scritto: > I'm using MQTTspy which from...
Sorry i'm on a cellphone so I can not control easly, but is there two version and two different Board Manager json link. The development one is not stable, it...
I simply check befoure every publication if Wifi is connected and if Broker is connected. - if i stop wifi (restart my router), the ESP reboot whit a WDT error....
here also solved whit 1.6.4-835-g77d77e8 - No wdt reboot after wifi router switch off - No freeze if i stop brocker and after switch off the wifi router Thanks @igrr
nope, your version is 1.6.4, 1.6.5 do not exist (it is a tag error) For use the g77d77e8 build you must use the development .json link
g2d340c7 is the actual developmen version (the 1.6.5 number become from arduino repository, it is not important here, @igrr can clear this point) On g2d340c7 i do not have problem...
It is very simple, if you push a Tag it become releases automatically. After you open an issue on arduino github for ask to add your library, and wrute the...
The solution is this PR https://github.com/Imroy/pubsubclient/pull/44
The problem are you :-) Depend on how you use millis() If you use it well the overflow never create problem. A tips: look at official "blink without delay" example,...