johnboiles / esp-roomba-mqtt

ESP8266 MQTT Roomba controller (Useful for hooking up old Roombas to Home Assistant)
200 stars 60 forks source link

Fixing compiler warning #18

Closed kg333 closed 5 years ago

kg333 commented 5 years ago

Corrects #17.

fparrav commented 5 years ago

This resolves my boot-loop error #14

Edit: Sorry, it does not solve it, I had misconfigured the MQTT credentials, when I configured them correctly I returned the loop. According to the telnet log at that moment the crash occurs:

 Debug: Command recevied: p
* Show profiler: On
(D p:^3698ms) Reconnecting MQTT
(D p:^0000ms) Attempting MQTT connection...
(D p:^0105ms) MQTT connected
johnboiles commented 5 years ago

Thanks for the patch!