From 90ba90a717f3c779a81512a1c29ee12465ab620f Mon Sep 17 00:00:00 2001 From: Nick Reynolds Date: Tue, 20 Sep 2022 15:29:34 +0100 Subject: [PATCH] Make captive portal redirect on by default. --- src/ESPUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESPUI.h b/src/ESPUI.h index 6d9f0df..668d02f 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -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,