ESPAsyncWiFiManager icon indicating copy to clipboard operation
ESPAsyncWiFiManager copied to clipboard

Port WiFiManager to ESP Async Server

Results 43 ESPAsyncWiFiManager issues
Sort by recently updated
recently updated
newest added

WifiManager in development branch have setConfigPortalBlocking function. It is handy to have some code running in background or utilize same webserver instance for actual web serving purposes for wifi clients.

Thanks for this awesome Wifi manager. I have one question: I would like to print the manager state on an oled so the user knows what's going on. Like -...

ESPAsyncWiFiManager.h file not found ?

`Configure WiFiConfigure WiFi (No Scan)InfoReset` vs `Configure WiFiConfigure WiFi (No Scan)InfoReset` Never seen that before

Hello all, Does anyone know where strings_en.h has gone to? I used to change the access point name here from "ESP" and chip ID to something else.

I have seen a couple of examples at https://www.youtube.com/watch?v=bABHeMea-P0 https://github.com/martinius96/ESP32-eduroam for connecting to university networks that have WPA2 Enterprise, but those aren't integrated nicely into something like ESPAsyncWiFiManager.

so far I have been using another wifi library, but I really don't want to hardcode my password, the problem is that as soon as I use this library to...

Hey. I am trying to design my own wifi manager program for ESP32. Initially, I start ESP32 in access point and start a weberver where user can select wifi network...

Hi Is there a way to bypass the opening screen with configure, info and reset and go straight to "Configure wifi" with scan. thanks

![image](https://user-images.githubusercontent.com/44075588/80165653-2f116a00-861f-11ea-9f22-178c2ccd2efb.png) It was working fine until reandomly it just wasn't. I noticed that sometime it would report : "About to scan()", but then connect anyway. However now, it reports the...