mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1351] If no WIFI is available, proceed to next part of code possible? #1158
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#1158
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 @datendieman on GitHub (Feb 1, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1351
Hey all,
I'm trying to incorporate WiFiManager into an ESP8266 install where the unit cannot be easily accessed via the mini usb port. The plan is to be able to use WiFiManager to push future updates to the module wirelessly. The use case for my application does not require WIFI for normal function, only strictly for updates. I'm using the esp8266 for simple LED control.
Is it possible to "skip" the WiFi AP connection portion if no connection is detected after X amount of time?
Currently if the ESP8266 does not get past WiFiManager, it will not proceed to the LED code. I would like the LED code to still work even if there is no connection to a network.
How would I go about doing this? I am a potato. Any advice would be greatly appreciated.
@tablatronix commented on GitHub (Feb 1, 2022):
See the ondemand and nonblocking examples, you can also disable configportal and still use autoconnect