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

Commit 96c36bf

Browse files
committed
comments
1 parent 5bbd408 commit 96c36bf

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
@@ -813,7 +813,7 @@ class ESPAsync_WiFiManager_Lite
813813

814814
#if USING_MRD
815815
//// New MRD ////
816-
// Call the mulyi reset detector loop method every so often,
816+
// Call the multi reset detector loop method every so often,
817817
// so that it can recognise when the timeout expires.
818818
// You can also call mrd.stop() when you wish to no longer
819819
// consider the next reset as a multi reset.
@@ -938,6 +938,7 @@ class ESPAsync_WiFiManager_Lite
938938
}
939939
else if (configuration_mode)
940940
{
941+
// WiFi is connected and we are in configuration_mode
941942
configuration_mode = false;
942943
ESP_WML_LOGINFO(F("run: got WiFi back"));
943944
// turn the LED_BUILTIN OFF to tell us we exit configuration mode.

0 commit comments

Comments
 (0)