WiFiManager
WiFiManager copied to clipboard
AutoConnectWithFSParameters & OnDemand
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 the void 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.