-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Changing wifi without having to turn on the config portal #1754
Comments
wifiManager.startWebPortal(); At the end of setup to run the web server when on WiFi wifiManager.process(); You may also need this if saving fields to a file: |
You can do it in regular esp code via begin() |
I'm a bit confused. Can you send the best code? Thank you very much in advance for your help. |
Edit of basic example:
|
The problem is that the web administration of the project is already running on the web interface #include <WebServer.h>
|
I thought you meant in code.. you want to start the webportal you cant of you are already running another webserver |
Thank you for the information. If I understand it correctly. Are you using the Webserver library so I can use wm.server->on() ? See code below along with mdns.
|
First of all ... wifimanager is an absolutely amazing tool and I thank you for it. Thank you very much.
I have a question. I configure the ESP32 through the config portal, the ESP32 successfully connects to wifi. In a month I want to change wifi accesses. At the same time, I have my own web administration on ESP32. Is it possible to change wifi accesses without having to activate the config portal, which works on 192.168.4.1 and is it necessary to have a wifi device at hand to set up wifi? I would like to be able to configure the wifi via the web interface on the already connected wifi. I hope you understand me.
The text was updated successfully, but these errors were encountered: