ayushsharma82/ElegantOTA

No autoreboot

Closed this issue · 0 comments

tk5ep commented

I'm using a Lilygo T3 module and platformIO.

Until this morning, I was using AsyncElegantOTA, without any problem, apart a warning during compile asking to upgrade to ElegantOTA and enabling async mode.
That's what I did.

The uploads are working, but there is no autoreboot at the end.
Using a remote device, I can't push the reset button.

I tried to force the autoreboot with ElegantOTA.setAutoReboot(true), but no way.

Any help possible or is it a bug ?
Thanks

EDITED : I missed the ElegantOTA.loop(); in the main loop.
It works now ! Sorry