Releases: cotestatnt/async-esp-fs-webserver
Releases · cotestatnt/async-esp-fs-webserver
async-esp-fs-webserver 1.0.3
- added method
void setAuthentication(const char* user, const char* pswd);in order to set user and password for/setupand/editweb pages - added method
bool startCaptivePortal(const char* ssid, const char* pass, const char* redirectTargetURL);to run captive portal - Serial log enhanced
- Added example simpleServerCaptive.ino
async-esp-fs-webserver 1.0.2
- ESPAsyncWebServer, AsyncTCP and ESPAsyncTCP added as local source (I believe these repositories will no longer be updated by the owner)
- inproved
/setupwebpage update and other aesthetic changes - examples fixs;
async-esp-fs-webserver 1.0.1
Full Changelog: 0.0.1...1.0.1
async-esp-fs-webserver 0.0.1
ready for Arduino Release v3.x.x