mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1487] AutoConnectWithFSParameters & OnDemand #1271
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#1271
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 @andrewbpowers on GitHub (Sep 6, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1487
Hello!
I am currently trying to merge the codes from the two examples (AutoConnectWithFSParameters & OnDemand).
Because on one side I want to have the classic function of the WifiManager and on the other, I want to store custom parameters that can be called and changed by pressing a button (flash button).
Maybe this is much easier or that you can call and change only the custom parameters by pressing a button!?
Are there perhaps examples for it!?
What I do not understand in the example code of AutoConnectWithFSParameters, where is the
}of thevoid setup() {?The last
}is given to me as a bracket of if(SPIFFS.begin()) {is displayed!?Thanks a lot for any tip!
Take care
A.