tayfunulu / WiFiManager

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

Add support for long and unconventional SSIDs and passwords #15

Open TilCreator opened 6 years ago

TilCreator commented 6 years ago

This makes sure that all data is received and correctly decoded.

TilCreator commented 6 years ago

Just had a look at the issues: This pulls should fix #8 and #9 and the unquote_plus ( and a quote_plus ) function could be a solution for #6.