[GH-ISSUE #1620] Other processes stops until the device is paired with the Wifi #1378

Closed
opened 2026-02-28 01:29:50 +03:00 by kerem · 2 comments
Owner

Originally created by @patelabhi23 on GitHub (Jun 5, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1620

My microcontroller has Wifi Manager integrated in it & there is a sensor also connected to it. So as soon as I turn on my device & until the device is configured with Wifi networks available. The microcontroller isn't being able to record the data from the sensor. Only after device is configured with wifi then only sensor readings are being done.

Instead of above what it should be:

The microcontroller should be able to record the data of sensors & along with that parallely wifi manager should be running to.

@tablatronix is there any solution for this?

Originally created by @patelabhi23 on GitHub (Jun 5, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1620 My microcontroller has Wifi Manager integrated in it & there is a sensor also connected to it. So as soon as I turn on my device & until the device is configured with Wifi networks available. The microcontroller isn't being able to record the data from the sensor. Only after device is configured with wifi then only sensor readings are being done. ## Instead of above what it should be: The microcontroller should be able to record the data of sensors & along with that parallely wifi manager should be running to. @tablatronix is there any solution for this?
kerem closed this issue 2026-02-28 01:29:50 +03:00
Author
Owner
<!-- gh-comment-id:1577722739 --> @tablatronix commented on GitHub (Jun 6, 2023): Who code is it? https://github.com/tzapu/WiFiManager/wiki/Methods#setconfigportaltimeoutunsigned-long-seconds-green_book
Author
Owner

@xr1140 commented on GitHub (Aug 23, 2023):

I think you should run WiFiManager in non-blocking mode. using
wm.setConfigPortalBlocking(false);

<!-- gh-comment-id:1690349148 --> @xr1140 commented on GitHub (Aug 23, 2023): I think you should run WiFiManager in non-blocking mode. using `wm.setConfigPortalBlocking(false);`
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#1378
No description provided.