We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
maybe
//ESP.restart(); // for esp32 not for esp8266 ESP.reset();
no
think it is working now send an info page after post
Sorry, something went wrong.
https://www.youtube.com/watch?v=WfqDLlxB5ig
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: