tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

How to identify the disconnected state #6

Closed harrio closed 9 years ago

harrio commented 9 years ago

If I understand correctly when TCP send fails the process method will just stop doing anything. Is there some way I could identify this state in the Arduino script so it could try reconnecting?

tuanpmt commented 9 years ago

This project has a lot of limitations, you can try esp_mqtt or wait for other project like esp_mqtt and support arduino