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

Commit 4ae4f18

Browse files
authored
Update ESPAsync_WiFiManager-Impl.h
See Issue #16
1 parent d913066 commit 4ae4f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPAsync_WiFiManager-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ void ESPAsync_WiFiManager::handleServerClose(AsyncWebServerRequest *request)
17121712

17131713
request->send(response);
17141714

1715-
//stopConfigPortal = true; //signal ready to shutdown config portal //KH crash if use this ???
1715+
stopConfigPortal = true; //signal ready to shutdown config portal
17161716

17171717
LOGDEBUG(F("Sent server close page"));
17181718

0 commit comments

Comments
 (0)