-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to reassign wifi credentials on reset #16
Comments
For me even after re-flashing (without erasing flash) the wifi settings are still there. As I now after longer break finally made it to add users with keyble installed my Raspberry Zero W I also flashed the esp32 again. Did not remember which version was on and wanted to be sure. This time I did it without erasing the flash (requested in the step by step instruction). All settings were still there (wifi and also mqtt), |
I made it work by hardcoding credentials under |
Can you please exactly what to do, in which lines!? My ESP32 also lost the connection after some time? What changes you made in code? Thank you. |
Did you found an solution? Same Problem... Thanks |
No, need some help from @mourraille |
I hope @mourraille can explain it. :-( |
I contaced @mourraille with email and Insta but he don´t write back. |
// ---[SetupWiFi]--------------------------------------------------------------- if (Portal.begin())
} So it means i have to insert here SSID and PW from my Wifi? if (Portal.begin(MY SSID) MY PASSWORD) ?? |
It seems no one will or can help with that :-( |
Please need help for Hardcoding the Wifi, each day i have the Problem that the ESP32 lose the connection to the Wifi and than shown the Wifi keyble and i have to set up again. Than it works some hours only! HELP! @marcelk1101 |
What I did is: For me that helps when ESP32 lost power or I restart it. But ... I'm still having issues when WIFI was off (AP restart, AP without power but not ESP32). Then connection get lost and I have to manually restart keyble. |
Thanks, but where i have to insert this? Would be great if you can send me the Code or explain on which place i have to insert the Creditionals. THANK you so much. Yes the issues from AP OFF and so on, i have also, but it would help me already a lot when i can solve the first Problem with that Portal.begin...... |
Ah, sorry, I thought it is about how, now where. Because the line is in your comment from March 26 already. So in main.cpp (in my case renamed to main.ino as I used Arduino IDE to flash). For me it is in line 531, but I'm using corgan2222/esp32-keyble. Here it seems to be line 474 |
Anyway I can make the esp32 automatically reconnect to my preferred SSID on reboot? Whenever theres a power cut or something like that it requests me to select a wifi network every time. Cant it reconnect on its own ?
The text was updated successfully, but these errors were encountered: