Closed AkosLukacs closed 5 years ago
I guess that was a typo, because retries can't go over 150, and the code will never call ESP.restart().
retries
ESP.restart()
Unless I'm missing something. Don't have the hardware right now to test it...
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.
I guess that was a typo, because
retries
can't go over 150, and the code will never callESP.restart()
.Unless I'm missing something. Don't have the hardware right now to test it...