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

Commit da025b5

Browse files
committed
corrected indention
1 parent 3855324 commit da025b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ESPAsync_WiFiManager_Lite.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ class ESPAsync_WiFiManager_Lite
949949
// WiFi is connected and we are in configuration_mode
950950
configuration_mode = false;
951951
ESP_WML_LOGINFO(F("run: got WiFi back"));
952+
952953
#if USE_LED_BUILTIN
953954
// turn the LED_BUILTIN OFF to tell us we exit configuration mode.
954955
digitalWrite(LED_BUILTIN, LED_OFF);
@@ -958,7 +959,8 @@ class ESPAsync_WiFiManager_Lite
958959
dnsServer->stop();
959960
delete dnsServer;
960961
dnsServer = nullptr;
961-
}
962+
}
963+
962964
if (server) {
963965
server->end();
964966
delete server;

0 commit comments

Comments
 (0)