randomnerd_esp32_wifi_manager icon indicating copy to clipboard operation
randomnerd_esp32_wifi_manager copied to clipboard

why is the 8266 sending no exitpages on configure end and reboot

Open ldijkman opened this issue 3 years ago • 2 comments

why is the ESP8266 NOT sending exitpages on configure end and reboot

The ESP32 sends an exit info page on end off wifimanager configure after post and on reboot call

ldijkman avatar Feb 07 '22 04:02 ldijkman

maybe

//ESP.restart(); // for esp32 not for esp8266 ESP.reset();

no

think it is working now send an info page after post

ldijkman avatar Feb 07 '22 16:02 ldijkman

https://www.youtube.com/watch?v=WfqDLlxB5ig

2022-02-12-025052_1360x768_scrot

https://www.youtube.com/watch?v=WfqDLlxB5ig

ldijkman avatar Feb 07 '22 18:02 ldijkman