diff --git a/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp b/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp index 583d34564..df283f1d5 100644 --- a/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp +++ b/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp @@ -664,7 +664,7 @@ void ESP8266WiFiMesh::acceptRequest() /* Send the response back to the client */ if (_client.connected()) { - verboseModePrint("Responding"); // Not storing strings in flash (via F()) to avoid performance impacts when using the string. + verboseModePrint("Responding"); // Not storing strings in flash (via F()) to avoid performance impacts when using the string. _client.print(response + '\r'); _client.flush(); yield();