ESPAsync_WiFiManager
ESPAsync_WiFiManager copied to clipboard
This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 m...
So I've encountered a weird issue where the AP does not redirect me to the captive portal. It seems to just hang. I've sort of narrowed down why this happens,...
Since introduction of USE_LITTLEFS use of SPIFFS and SPIFFS depending libraries is optional, therefor #include and server.addHandler(new SPIFFSEditor(...) should be in !USE_LITTLEFS sections to be able to build this code.