1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 11:20:19 +00:00

Add captive portal functionality, update examples and documentation.

This commit is contained in:
Nick Reynolds
2022-09-19 17:38:10 +01:00
parent 70acbc1d2f
commit e81cd1f7f5
7 changed files with 35 additions and 6 deletions

View File

@ -236,6 +236,7 @@ public:
unsigned int jsonUpdateDocumentSize;
unsigned int jsonInitialDocumentSize;
bool sliderContinuous;
bool captivePortal = false;
void setVerbosity(Verbosity verbosity);
void begin(const char* _title, const char* username = nullptr, const char* password = nullptr,