This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Replies: 3 comments
Check Doesn't save network credentials #58 and don't use any I already deleted all |
0 replies
|
Hi Khoih, thank you for your replay (and thank you of course for this library!!!), I'll try to find out which minimal code lines I need to get the credentials stored. Greetings from Italy! |
0 replies
|
I'm sorry, I really can't find the error in my code. And here the SSID and Passphrase are stored. I really don't understand why, hope someone can help me please :-| |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello to everybody,
I've tried to get ESPAsync_WiFiManager to work by suing only the minimal requirements and coding:
Connecting to the ESP's access point for WiFi configuration works perfectly, and the ESP connects to the new WiFi, but after a reboot the connection does not work anymore and I have to configure it again.
I've discovered that the credentials the ESP uses after reboot are some old ones from a WiFi that doesn't exist anymore:
Why does it not save the new credentials? Where the error?
Thank you for any help!!!
All reactions