thehookup / RGBW-Sunrise-Animation-Neopixel-

MQTT RGBW Sunrise animation with brightness and color control via MQTT
73 stars 20 forks source link

Slight issue with the MQTT retry logic #1

Closed AkosLukacs closed 5 years ago

AkosLukacs commented 5 years ago

I guess that was a typo, because retries can't go over 150, and the code will never call ESP.restart().

Unless I'm missing something. Don't have the hardware right now to test it...

thehookup commented 5 years ago

Yep, I have this issue in a bunch of my code because the skeleton that I often pull from has that issue, thanks for letting me know.