WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython

Results 27 WiFiManager issues
Sort by recently updated
recently updated
newest added

%-escaped characters are not properly decoded. You added some replace-statements to "decode" exclamation and question marks. Unfortunately, my password includes a square bracket which won't be decoded and it fails...

currently ";" is used as csv delimiter. guess one will run into a problem if the ssid or password contains a ";".

just tried this on MicroPython 1.9.3 on esp8266 nodemcu board and it lets you connect but when you try to access 192.168.4.1 it runs out of memory.. loads on esp32...

* apply naming convention for constants in wifimgr.py to improve readability * add utils module with function to correctly handle URL encoding

I have a wifi password with `&` in it. WIFIManager is not able to connect to it. Error: ``` Trying to connect to mygreatwifi... E (275725) wifi:sta is connecting, return...

All those are easy fixes, the core feature is quite intact for me though as they are not it messes up many runs and things gone sort of pear-shaped. I...

Don't you test on esp8266? """ def do_connect(ssid, password): wlan_sta.active(True) if wlan_sta.isconnected(): return ***True**** # not None!!!!!