-->
Page 1 of 1

ESP8266 reset via SW

PostPosted: Wed Oct 24, 2018 2:27 pm
by berkutta
I'm trying to update the Bootloader on an ESP8266 via OTA. Everything works perfectly, except the restart/reset after everything is done. If I do a system_reboot() I just get jibberish over UART and it doesn't start. If I press the reset button after the OTA is done it starts perfectly from the new Bootloader. Any Idea on how I could fix this issue?