07-30-2024, 09:08 PM
I'm able to repro the issue. A SQL update is blowing up due to a single quote in the SSID.
Remove the character and you should be all set.
Here's the (i) help for a manually entered SSID in Network Config screen.
It's generally best to avoid using quotes or other such characters in an SSID to ensure that it will always work in a given app, however the Pi Imager makes no mention of any constraints on the SSID so for sure its not obvious what moode's requirements are for this.
I'll add a TODO to update the Setup Guide.
Remove the character and you should be all set.
Here's the (i) help for a manually entered SSID in Network Config screen.
Code:
Length 3-32 characters, A-Z, a-z, 0-9, space, period, at sign, underscore and hyphen are allowed.
It's generally best to avoid using quotes or other such characters in an SSID to ensure that it will always work in a given app, however the Pi Imager makes no mention of any constraints on the SSID so for sure its not obvious what moode's requirements are for this.
I'll add a TODO to update the Setup Guide.