enesbcs / mpyeasy

mPyEasy - Easy MultiSensor device based on ESP32 & MicroPython
GNU Affero General Public License v3.0
12 stars 0 forks source link

OTA update #2

Closed michapr closed 3 years ago

michapr commented 4 years ago

Can confirm that OTA is working fine - even if progress bar show only 0% and 100% ;)

But in my case ESP did not reboot after update - is it by design?

Thanks, Michael

enesbcs commented 4 years ago

OTA is supported from 1.0.3 earlier alpha builds did not contain that.

Yes, if the upload was succesful, the Reboot button has to be pressed. I had a previous issue with endless reboot loop, so i think reboot will be fine manually.