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 8194197 commit 176f285Copy full SHA for 176f285
libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp
@@ -664,7 +664,7 @@ void ESP8266WiFiMesh::acceptRequest()
664
/* Send the response back to the client */
665
if (_client.connected())
666
{
667
- 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.
668
_client.print(response + '\r');
669
_client.flush();
670
yield();
0 commit comments