Replies: 4 comments 2 replies
-
Making some progress... I found this among the instructions in setup() block: //reset settings - for testing Then I’ve uncommented it and flashed it again. Now, during startup it reports via Serial:
Now it keeps reseting time after time. What should I do now? |
Beta Was this translation helpful? Give feedback.
-
Please read carefully the section So, how it works?. You have to enter the Config Portal in order to input the correct customs Credentials, according to your local network, so that the system can work. Otherwise, the ESP32 just tries to use the stored (and wrong Credentials: SSID/Password from previous network) and can't connect => reset repetitively It's better to use more complex examples, such as Async_ConfigOnDoubleReset, then use Double Reset to enter Config Portal. Without entering Config Portal, you can't connect to any new network. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You have to read more carefully the instructions and understand the operation before moving forward. Don't waste your time going blindly, using trials-and-errors methods. Sorry I don't have time now to lead you step-by-step. If necessary, ask in some forums |
Beta Was this translation helpful? Give feedback.
-
Dear Developers
Congratulations for the development of your library, as well as its documentation. It's really a high grade professional resource you've kindly offered for free for the whole community. Thank you.
I'd like to ask some questions about its usage. Maybe I'll have to ask them during my learning process.
I've just included the version https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/examples/Async_AutoConnectWithFeedback/Async_AutoConnectWithFeedback.ino in a code I've been writing.
The code originally contained credentials for logging in my office's network already. Then, after replacing the original library by ESPAsync_WiFiManager code, the device has automatically logged in the same network. Has the ESPAsync_WiFiManager library got this credentials from some piece of code for doing so?
Since the code logs in automatically, how can I force it to search for another network to log in? The documentations mentions a button to be pressed. Where is this button declared in the code? Which function is it supposed to call?
Does the library contain support for FTP?
Does the library contain support for NTP?
Thank you.
Regards,
Ciro Bruno.
Beta Was this translation helpful? Give feedback.
All reactions