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

Commit 5bbd408

Browse files
committed
typos
1 parent b23116f commit 5bbd408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ESPAsync_WiFiManager_Lite.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ class ESPAsync_WiFiManager_Lite
829829
//// New DRD ////
830830
#endif
831831

832-
if ( configuration_mode && dnsServer)
832+
if ( configuration_mode && dnsServer )
833833
{
834834
dnsServer->processNextRequest();
835835
}
@@ -942,6 +942,7 @@ class ESPAsync_WiFiManager_Lite
942942
ESP_WML_LOGINFO(F("run: got WiFi back"));
943943
// turn the LED_BUILTIN OFF to tell us we exit configuration mode.
944944
digitalWrite(LED_BUILTIN, LED_OFF);
945+
945946
if (dnsServer) {
946947
dnsServer->stop();
947948
delete dnsServer;

0 commit comments

Comments
 (0)