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

Commit afbd8f4

Browse files
committed
fix copy/paste error from AsyncWebServer
1 parent c6933d9 commit afbd8f4

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
@@ -973,7 +973,7 @@ class ESP_WiFiManager_Lite
973973

974974
if (server)
975975
{
976-
server->end();
976+
server->stop();
977977
delete server;
978978
server = nullptr;
979979
}

0 commit comments

Comments
 (0)