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

I have the problem that the Wemos D1 mini (ESP8266) forgets the wifi data after every reboot. Usually the once entered data is saved. However, this only happens after updating...

Hello, ive some esp32cam that properly works with asyncwifimanager, so i can configure them flawlessly. But the problem is that when the wifi connection is lost: - it is not...

Readme says ESP8266. Also what is the difference with this other lib https://github.com/khoih-prog/ESPAsync_WiFiManager

I make WIFI mesh network. After connect to WIFI I want to get `SSID` and `passord` for connect to painlessMesh network. After enter data in config page, the functions `wifiManager.getConfiguredSTASSID()`...

for save wifi config must call wifi_station_set_config but in ESP8266WiFiSTA.cpp : ` if(WiFi._persistent) { wifi_station_set_config(&conf); } else { wifi_station_set_config_current(&conf); }` and default _persistent == false fo fix it need add...

I'm try to add a boolean parameter, so that if it's enabled, other parameters would be displayed in the captive portal. specifically something on this line: [ ] enable MQTT...

as per title, it would be great to have the ability to set the hostname This is done today on regular WifiManager https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.cpp#L2804

This implements a flag to let user code to check if configuration has to be saved. This makes possible to work without the need of `_savecallback` implementation

.pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o:(.literal._Z5setupv+0x120): undefined reference to `AsyncWiFiManager::autoConnect(char const*, char const*, unsigned long, unsigned long)' .pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o:(.literal.startup._GLOBAL__sub_I_Blynk+0x30): undefined reference to `AsyncWiFiManager::AsyncWiFiManager(AsyncWebServer*, DNSServer*)' .pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o: In function `setup()': C:\Users\brad\Documents\PlatformIO\Projects\NTCEM-Receive/src/main.cpp:567: undefined reference to `AsyncWiFiManager::autoConnect(char const*, char const*,...

![)K6`MUH5{TW(H6ALCC1ST8S](https://user-images.githubusercontent.com/31195908/127158424-8881aade-6717-4b1f-a0cb-91335553c92f.png)