mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Make captive portal redirect on by default.
This commit is contained in:
parent
e81cd1f7f5
commit
90ba90a717
@ -236,7 +236,7 @@ public:
|
||||
unsigned int jsonUpdateDocumentSize;
|
||||
unsigned int jsonInitialDocumentSize;
|
||||
bool sliderContinuous;
|
||||
bool captivePortal = false;
|
||||
bool captivePortal = true;
|
||||
|
||||
void setVerbosity(Verbosity verbosity);
|
||||
void begin(const char* _title, const char* username = nullptr, const char* password = nullptr,
|
||||
|
Loading…
Reference in New Issue
Block a user