[GH-ISSUE #323] Run loop while in AP mode #270

Open
opened 2026-02-28 01:24:25 +03:00 by kerem · 1 comment
Owner

Originally created by @glowlabs on GitHub (Feb 24, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/323

Is it possible to run the code in my loop (listening for button presses) while WifiManager is in AP mode?

Currently the system starts and creates the AP (if it does not have a saved network). However my loop code will not start until WiFiManager connects to a network.

Originally created by @glowlabs on GitHub (Feb 24, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/323 Is it possible to run the code in my loop (listening for button presses) while WifiManager is in AP mode? Currently the system starts and creates the AP (if it does not have a saved network). However my loop code will not start until WiFiManager connects to a network.
Author
Owner

@tzapu commented on GitHub (Feb 27, 2017):

hi, not with auto connect

you are better of starting the portal on demand, then it only goes into config more when you want it to

cheers

On 25 Feb 2017, at 00:57, glowlabs notifications@github.com wrote:

Is it possible to run the code in my loop (listening for button presses) while WifiManager is in AP mode?

Currently the system starts and creates the AP (if it does not have a saved network). However my loop code will not start until WiFiManager connects to a network.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/323, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkF5yd_fDsILW0WN71UVNZal5tN3Wks5rf2BrgaJpZM4MLxWi.

<!-- gh-comment-id:282671982 --> @tzapu commented on GitHub (Feb 27, 2017): hi, not with auto connect you are better of starting the portal on demand, then it only goes into config more when you want it to cheers > On 25 Feb 2017, at 00:57, glowlabs <notifications@github.com> wrote: > > Is it possible to run the code in my loop (listening for button presses) while WifiManager is in AP mode? > > Currently the system starts and creates the AP (if it does not have a saved network). However my loop code will not start until WiFiManager connects to a network. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub <https://github.com/tzapu/WiFiManager/issues/323>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AC2FkF5yd_fDsILW0WN71UVNZal5tN3Wks5rf2BrgaJpZM4MLxWi>. >
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#270
No description provided.