vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.

Home Page:https://blynk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 halting

segallis opened this issue · comments

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?

Duplicate of #36