martin-ger / esp_wifi_repeater

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

How To Connecte A Wifi Which Has Space #517

Open OKBOTS opened 1 year ago

OKBOTS commented 1 year ago

ESP 8266

How to Connecte A Wifi Network Which As Space On It Or Can I Connecte The Wifi Using Ip of The Network Or Wifi

NopeNix commented 10 months ago

i also wonder how to do this!

martin-ger commented 10 months ago

See readme: "If you want to enter non-ASCII or special characters in the web interface you have to use HTTP-style hex encoding like "My%20AccessPoint". This will result in a string "My AccessPoint". With this hex encoding you can enter any byte value you like, except for 0 (for C-internal reasons)."