khoih-prog / ESPAsync_WiFiManager

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 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
290 stars 73 forks source link

Still dependencies to SPIFFS, proposal to in !USE_LITTLEFS sections #60

Closed pdfelen closed 2 years ago

pdfelen commented 3 years ago

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.

pdfelen commented 3 years ago

sorry, should not have been closed by me, my mistake ;-)