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

The fix is to read the form data which appears after `\r\n\r\n` (HTTP POST data was verified with WireShark).

I suspect its the regex, but idk. it does find the params in chrome but then can't find my AP name, possibly due to spaces being replaced with pluses.

This makes the web interface more mobile friendly and allows the input of custom SSIDs, so it is possible to connect to hidden WiFis.

Currently netObj.config(channel=11) is only available for AP objects, However, for applications in which a station is awakened from deep-sleep, having the capability to fix the channel in advance, rather than...

After successfully setup a connection, the script is not working properly in a new network. It should be able to switch mode as the diagram on README if the current...

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

Would it be possible to implement captive portal like in this WiFiManager? https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.cpp#L567 This way, when connecting from (at least) Android phone, you are redirected to the manager automatically after...

I am running wifimnager on LoPy 4 I have made necessary changes to make it work with LoPy 4 but now I am getting OSError: [Errno 113] ECONNABORTED error on...

add json response feature, fix infinite wlan_sta connect loop bug on wrong ssid/password, fix params compatibility for configure(html),improve some dynamic data