[GH-ISSUE #88] Start WebServer after config #66

Closed
opened 2026-02-28 01:23:12 +03:00 by kerem · 6 comments
Owner

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?

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?
kerem closed this issue 2026-02-28 01:23:12 +03:00
Author
Owner

@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 ?

<!-- gh-comment-id:177775124 --> @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 ?
Author
Owner

@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

<!-- gh-comment-id:177821080 --> @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
Author
Owner

@tzapu commented on GitHub (Feb 1, 2016):

hi, no, the library deallocates that at the end to save memory

cheers

On 1 Feb 2016, at 09:25, k7vlad notifications@github.com wrote:

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


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/88#issuecomment-177821080.

<!-- gh-comment-id:177832062 --> @tzapu commented on GitHub (Feb 1, 2016): hi, no, the library deallocates that at the end to save memory cheers > On 1 Feb 2016, at 09:25, k7vlad notifications@github.com wrote: > > 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 > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/88#issuecomment-177821080.
Author
Owner

@tzapu commented on GitHub (Feb 8, 2016):

hi , give this a try
https://gist.github.com/tzapu/ecc0759829d30d5a6152

<!-- gh-comment-id:181235923 --> @tzapu commented on GitHub (Feb 8, 2016): hi , give this a try https://gist.github.com/tzapu/ecc0759829d30d5a6152
Author
Owner

@k7vlad commented on GitHub (Feb 13, 2016):

Brilliant. Thanks (buna treaba!)

<!-- gh-comment-id:183753001 --> @k7vlad commented on GitHub (Feb 13, 2016): Brilliant. Thanks (buna treaba!)
Author
Owner

@tzapu commented on GitHub (Feb 14, 2016):

mersi :)

<!-- gh-comment-id:183829210 --> @tzapu commented on GitHub (Feb 14, 2016): mersi :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#66
No description provided.