mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #306] Is this behavior possible? #258
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#258
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 @MarcFinns on GitHub (Feb 6, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/306
Hi, reading the docs I am not sure whether the following behaviour is possible at all. It seems a new use-case unless I misunderstood.
I would like to use this lib in a measurement device that has both an LCD display and MQTT logging capabilities. In the assumption that a valid set of credentials/parameters is already stored, I would like my device to:
In the examples I see the autoconnect and the programmatic portal but I don't understand if the periodic connect attempt is feasible.
Thanks a lot for your time and apologies should the answer be an obvious one... but it is not to me!
@tablatronix commented on GitHub (Feb 8, 2017):
Someone wrote a non blocking PR, check the pullrequests, instead of entering a blocking portal loop it uses a loop handler.
you could also just not use wifimanager until a user long presses something, check the ondemandportal example.