Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 1583d07

Browse files
committed
removed whitespace
1 parent f98701a commit 1583d07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src_cpp/ESPAsync_WiFiManager.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -632,16 +632,16 @@ void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char co
632632

633633
LOGDEBUG("SET AP STA");
634634

635-
// try to connect
636-
if (shouldConnectWiFi && connectWifi("", "") == WL_CONNECTED)
635+
// try to connect
636+
if (connectWifi("", "") == WL_CONNECTED)
637637
{
638638
LOGDEBUG1(F("IP Address:"), WiFi.localIP());
639-
640-
if ( _savecallback != NULL)
641-
{
642-
//todo: check if any custom parameters actually exist, and check if they really changed maybe
643-
_savecallback();
644-
}
639+
640+
if ( _savecallback != NULL)
641+
{
642+
//todo: check if any custom parameters actually exist, and check if they really changed maybe
643+
_savecallback();
644+
}
645645
}
646646

647647
if ( _apcallback != NULL)

0 commit comments

Comments
 (0)