-
Notifications
You must be signed in to change notification settings - Fork 55
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
404 on Wifi Setup #14
Comments
Are you still trying to use a ESP8266? Preferences (storing data in NVS) is a feature of ESP32 and not available on the ESP8266 and thereby the complete storage layer has to be ported to something available on the ESP8266. |
No, I am using ESP32. |
I have now checked with your original code, except for my changes in
I get the And also, I get the 404. So, it is not related to my changes. |
Hello, I got it working by flashing your binary. That worked so far, that I got the wifi configuration page (I did not configure). Maybe, there was something wrong with my partitioning/bootloader etc. Greetings, |
Hm, seems there was a problem building and uploading your SPIFFS image, that would explain the 404 error because the html files were not found. However great it works for you now! |
Hello, any idea how to improve this? After erasing the flash, I always have to first to flash your binary before I can flash the pio code. Greetings, |
Ah... Maybe it is user error... |
Yes 😉 |
Hello,
unfortunately, I get a 404 Error when connecting to 192.168.4.1 (of course I have connected to the right WiFi before).
The only odd thing in the log is the
[E][Preferences.cpp:49] begin(): nvs_open failed: NOT_FOUND
.But I do not think, this is related, is it?
Greetings,
Hendrik
The text was updated successfully, but these errors were encountered: