Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Wifi SSID in config #515

Open
hainkind opened this issue Jan 11, 2019 · 1 comment
Open

Problem with Wifi SSID in config #515

hainkind opened this issue Jan 11, 2019 · 1 comment

Comments

@hainkind
Copy link

There is a problem with the the wifi ssid in the config. My wifi is called 'xxx yyy #42'. It connects flawlessly but in the settings menu in the browser its shown as 'xxx yyy' and if i change settings it's saved as 'xxx yyy#42' in the settings.ini, so after changing settings and restarting it can't connect to my wifi anymore.

@kingosticks
Copy link
Member

Hi, thanks for the report. Have you tried quoting it? I've just tried the following and it's appearing correctly in the browser.

[network]
# Settings for your WiFi network, if you use a (supported) wifi-dongle
# Only supports WPA security, no WEP or access points without security (dive into the command line for that!)
wifi_network = "xxx yyy #42"
wifi_password = hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants