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

Commit bbb144b

Browse files
committed
fix: set timedout to false
1 parent c59ce78 commit bbb144b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ESPAsync_WiFiManager-Impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,8 @@ bool ESPAsync_WiFiManager::startConfigPortal(char const *apName, char const *apP
917917

918918
if (stopConfigPortal)
919919
{
920+
TimedOut = false;
921+
920922
LOGERROR("Stop ConfigPortal");
921923

922924
stopConfigPortal = false;

0 commit comments

Comments
 (0)