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

Commit 64915af

Browse files
committed
fix copy/paste error from AsyncWebServer
1 parent 5ca5519 commit 64915af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP_WiFiManager_Lite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ class ESP_WiFiManager_Lite
963963

964964
if (server)
965965
{
966-
server->end();
966+
server->stop();
967967
delete server;
968968
server = nullptr;
969969
}

0 commit comments

Comments
 (0)