cotestatnt / esp-fs-webserver

ESP32/ESP8266 webserver, WiFi manager and web editor Arduino library
MIT License
105 stars 27 forks source link

Won't Store Wifi Credentials when Password is empty. #45

Closed Nickhofr closed 3 months ago

Nickhofr commented 4 months ago

I figured I will open up a new issue with this. I was able to alter the code with your help so that the esp32 would connect to WIFI SSID that doesn't require a password. It worked perfectly. The issue now is it won't save that SSID or connect to it when I reset the esp32. Instead it sets up an AP right away after reset, as if there is no WIFI SSID stored that it can connect to.

cotestatnt commented 3 months ago

Hi @Nickhofr and sorry for late reply.

Last commit should fix this bug. I will do some more tests and then I will draft a new release.

sjmf commented 3 months ago

Hi @cotestatnt - just to note your commit b176a1c also wiped out the changes from PR #46. Perhaps you force-pushed the commit?

cotestatnt commented 3 months ago

Hi @sjmf I'm sorry. I've used Github Desktop from my second laptop and I sure made some mess. I've just restored your PR and now it should be OK.

Nickhofr commented 3 months ago

Works Great! Thank you so much!