vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

ESP8266 halting #51

Closed segallis closed 3 years ago

segallis commented 3 years ago

My ESP8266 intermittently drops out of the main loop after minutes (20 to 40 usually). I tried heartbeat set to 30 and 10. I am running my own local server. The app still sees the blynk server, so I believe the issue is on the ESP8266.

Also, If I kill the blynk local server (to simulate a server reboot or power failure, which will definitely happen), the ESP8266 halts with an error. Is there a way to keep the ESP8266 code running so things get back to normal when the server restarts?

vshymanskyy commented 3 years ago

Duplicate of #36