mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #88] Start WebServer after config #66
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#66
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 @k7vlad on GitHub (Jan 31, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/88
As far as I can see, you can't start a new WebServer immediately after the configuration is done (ESP connects to the desired network). Is there any other good way to do that, without using ESP.reset(), as it works after a reboot?
@tzapu commented on GitHub (Feb 1, 2016):
i ve had one other report of this, i will look into is as soon as i get some time
are you using autoConnect or startConfigPortal ?
@k7vlad commented on GitHub (Feb 1, 2016):
I use autoconnect. Would it be possible to use the same "server" which is declared in your library by making the pointer public? I haven't tried it yet
@tzapu commented on GitHub (Feb 1, 2016):
hi, no, the library deallocates that at the end to save memory
cheers
@tzapu commented on GitHub (Feb 8, 2016):
hi , give this a try
https://gist.github.com/tzapu/ecc0759829d30d5a6152
@k7vlad commented on GitHub (Feb 13, 2016):
Brilliant. Thanks (buna treaba!)
@tzapu commented on GitHub (Feb 14, 2016):
mersi :)