Make captive portal redirect on by default.

This commit is contained in:
Nick Reynolds 2022-09-20 15:29:34 +01:00
parent e81cd1f7f5
commit 90ba90a717
1 changed files with 1 additions and 1 deletions

View File

@ -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,