tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
352 stars 105 forks source link

fix incorrect placement of plus sign instead of a whitespace in ssid #31

Open kirillnjar opened 2 years ago

kirillnjar commented 2 years ago

ssid of the "my ssid" format was converted to "my+ssid", which did not allow connecting to such ap

ebolisa commented 2 years ago

Since you're at it, why not add: .replace("%40", "@")