pimoroni / enviro

MIT License
101 stars 79 forks source link

Truncated WiFi password #211

Open GrahamDyer opened 4 months ago

GrahamDyer commented 4 months ago

Odd issue: after provisioning my Enviro board with the WiFi password: "Pa55word" , I get an error and the log shows that the connection to WiFi failed with the password truncated, ie the last 2 characters missing.

! Failed to connect to SSID MyNetwork (password: Pa55wo): Authenticatation failure 2024-02-11 07:30:12 [error / 88kB] - cannot upload readings, wifi connection failed

Config.py looks like this: __# network access details wifi_ssid = 'MyNetwork' wifipassword = 'Pa55wo'

If I re-provision the board, correct the password and reboot it does it again, if I change it in config.py then it sticks and works.