GerLech / WebConfig

For ESP8266 and ESP32 edit configuration with web page and save it on SPIFFS. If no connection to a local WLAN exists configuration over web page can be done using an access point
GNU Lesser General Public License v3.0
78 stars 17 forks source link

Modification to work with ESPAsyncWebServer #7

Open tomaszsa opened 3 years ago

tomaszsa commented 3 years ago

Is it possible to make it working with ESPAsyncWebServer: https://github.com/me-no-dev/ESPAsyncWebServer

happytm commented 3 years ago

I will add use of LittleFS library instead of SPIFFS here.

Thanks.

buitre-buitaker commented 2 years ago

The only problem is the method hasArg. If we could find a similiar method in ESPAsyncWebserver, it's done!

GerLech commented 2 years ago

I have created another version of WebConfig, to work with ESPAsyncWebserver. https://github.com/GerLech/AsyncWebConfig

buitre-buitaker commented 2 years ago

I will try it ASAP!