mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #431] On Demand Configuration or AutoConnect; but not both? #362
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#362
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 @JSCSJSCS on GitHub (Sep 29, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/431
In the Documentation it says:
I have a project where the ESP8266 has to be given a distance input (how far away an object is). Because the sensor is not very accurate, it can be a trial and error to set it correctly. I was going to use this On Demand Configuration Portal to have the user press a button to enter AP configuration mode were they could re-enter the distance input (like changing MQTT server, topics, etc.), but it looks like the ESP8266 will lose it's "automatic" capabilities if I do this? Either it works automatically or you have to push a button, but not both? Is this how it works? Maybe this is not the best approach in my use case. Any suggestions?
@tablatronix commented on GitHub (Sep 29, 2017):
That means do not use both together in normal use, you can still combine them.
@JSCSJSCS commented on GitHub (Sep 29, 2017):
@tablatronix Thanks. Can't wait to try it.
@skx commented on GitHub (Jan 8, 2018):
@JSCSJSCS - Did you try? Can this issue be closed?