Skip to content

async-esp-fs-webserver 1.0.3

Compare
Choose a tag to compare
@cotestatnt cotestatnt released this 04 Jan 11:49
· 115 commits to master since this release
  • added method void setAuthentication(const char* user, const char* pswd); in order to set user and password for /setup and /edit web 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