pimoroni / enviro

MIT License
104 stars 83 forks source link

WiFi password with double quote #5

Closed jwillikers closed 2 years ago

jwillikers commented 2 years ago

Hi, I noticed that WiFi passwords with double quotes aren't properly escaped when entered during the provisioning process. I checked the value in config.py and noticed it was truncated at the first double quote.

lowfatcode commented 2 years ago

Cor, this was a journey - it took me about four hours to pin down the exact cause and put together a small fix for it. https://github.com/pimoroni/enviro/commit/fc91b98a27c24c2980b0aec21159279cd1ad09ed

jwillikers commented 2 years ago

@lowfatcode Geez, ain't that just way? Thanks so much for the fix! Appreciate the time you put in to this.