From da8bf23e936d31cf5acb73973393e7ffb7e9a911 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 6 Jun 2019 08:57:38 +0900 Subject: [PATCH] Disabled the autoRise assuming in immediateStart mode --- src/AutoConnect.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AutoConnect.cpp b/src/AutoConnect.cpp index fd5b531..735cc31 100644 --- a/src/AutoConnect.cpp +++ b/src/AutoConnect.cpp @@ -130,7 +130,6 @@ bool AutoConnect::begin(const char* ssid, const char* passphrase, unsigned long if (_apConfig.immediateStart) { cs = false; _apConfig.autoReconnect = false; - _apConfig.autoRise = true; AC_DBG("Start the portal immediately\n"); } else {