ramapcsx2 / gbs-control

GNU General Public License v3.0
771 stars 110 forks source link

WIFI settings not saved #538

Closed fkooistra closed 4 months ago

fkooistra commented 4 months ago

Hi, I upgraded to the new build using Arduino studio without any errors. Although everything seems to be functioning as expected, when I select a home network with its (correct) password the settings are not saved after reboot and the device starts in AP-mode again. Could this be build related?

Metaln00b commented 4 months ago

Try using 2.4GHz WiFi

diegoapn commented 4 months ago

firmware problem, i compiled today and didn´t work, i used other firmware and worked at first time.

Metaln00b commented 4 months ago

Would one of you be so kind and look into the serial console to see if an error message or something similar appears after setting the credentials and post it here?

Maybe something will appear there.

At the same time, it would also be great if you could find the relevant line of code and analyze it if necessary, that would help.

Thanks a lot

YoImLee commented 4 months ago

Verify your flash size settings in the Arduino IDE and make sure you are running esp8266 version 2.6.3, not 3.0 or newer.

fkooistra commented 4 months ago

I downgraded the esp8266 boards package back to 2.6.3, and used the following library versions:

fkooistra commented 4 months ago

Issue fixed by using exact package and library versions as provided with setup instructions.