martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

can't connect on spaced ssid #493

Open Artkhan21 opened 2 years ago

Artkhan21 commented 2 years ago

With nodemcuv3

NaxGH commented 2 years ago

Yes you can " Again, if you want to enter non-ASCII or special characters you can use HTTP-style hex encoding (e.g. "My%20AccessPoint") or, only on the CLI, as shortcut C-style quotes with backslash (e.g. "My\ AccessPoint"). Both methods will result in a string "My AccessPoint". "

Artkhan21 commented 2 years ago

the result will be the same reconnecting every 1 second

rucko24 commented 1 year ago

Me too, with spaced ssid

rucko24 commented 1 year ago

I will try this aproach