mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #391] Open config portal from link #330
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StoyanVP on GitHub (Jul 25, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/391
Hello.
Thanks to tzapu and kentaylor for WiFiManager librarie.
I have a question.
Is there a suitable method to call the configuration portal from link in the web page?
Once the settings have already been made, then you can only click on link and open portal to change the network settings without pressing a hardware button for that. Then go back to the web page.
@ageurtse commented on GitHub (Feb 16, 2018):
this is also what i'm looking for !
@tablatronix commented on GitHub (Feb 16, 2018):
you can leave the webserver open permanently and not use ap mode at all, is that what you are asking ?
@ageurtse commented on GitHub (Feb 16, 2018):
i think.
what i wan't first setup goto failover en set ssid, password and if needed ip settings, when ipsetting not provided dhcp mode should be enabled.
after setting up for the first time, the esp reboots and starts using those setings.
when this is done, i wan't the user give the ability to enter the config page again to alter stuff.
i'm also running a webserver to control stuff.
is this possible.
@tablatronix commented on GitHub (Feb 16, 2018):
I think the webserver will conflict with wifimanager, we have yet to figure out the best way to share the webserver, you can make it public and use it instead in code, or we can pass it in to wifimanager to use or some other c++ way to shared ptr or what not.
You can start it via startWebconfigPortal(); in development branch and run process()
@sidey79 commented on GitHub (Mar 29, 2018):
Is there an option, to prevent generating the own AP on the esp if there is a connection when starting via
startWebconfigPortal() and running process() in loop?
@tablatronix commented on GitHub (Mar 30, 2018):
No but you can start the webserver the same way in development branch. See the example