mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1620] Other processes stops until the device is paired with the Wifi #1378
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#1378
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 @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?
@tablatronix commented on GitHub (Jun 6, 2023):
Who code is it?
https://github.com/tzapu/WiFiManager/wiki/Methods#setconfigportaltimeoutunsigned-long-seconds-green_book
@xr1140 commented on GitHub (Aug 23, 2023):
I think you should run WiFiManager in non-blocking mode. using
wm.setConfigPortalBlocking(false);