From 2bce6a912fc4e330507dbf146de646e51d47d36e 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 5379c74..ece2454 100644 --- a/src/AutoConnect.cpp +++ b/src/AutoConnect.cpp @@ -125,7 +125,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 {