fossasia/pslab-esp01-firmware

WiFi AP "PSLab" does not work

marcnause opened this issue · 1 comments

The firmware did not spawn an access point called "PSLab" on my device. It only saw a WiFi with a name which started with "ESP".

The reason seemed to be that the underlying code expects a password which is either empty or between 8 and 63 characters long.

I changed the password to "pslab123" in the code and I was able to find and connect to the WiFi called "PSLab".

I propose to change the password to "pslab123" and to add a comment about the expected size of the password.

@marcnause Oops! I didn't know this. I had done my testing with some other SSID and password and then changed the SSID to PSLab and password to pslab before commiting.
I'll just fix this.