We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29943e7 commit a3c454bCopy full SHA for a3c454b
src/ESP_BP_WiFi.cpp
@@ -200,7 +200,7 @@ void wifi_connect_clients() {
200
serverClient = server.accept();
201
202
#ifdef ESP8266
203
- serverClient.purge();
+ serverClient.flush();
204
#else
205
serverClient.clear();
206
#endif
@@ -214,7 +214,7 @@ void wifi_connect_clients() {
214
serverClient.stop();
215
216
217
218
219
220
0 commit comments