Skip to content

Commit 176f285

Browse files
committed
Fix space.
1 parent 8194197 commit 176f285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ void ESP8266WiFiMesh::acceptRequest()
664664
/* Send the response back to the client */
665665
if (_client.connected())
666666
{
667-
verboseModePrint("Responding"); // Not storing strings in flash (via F()) to avoid performance impacts when using the string.
667+
verboseModePrint("Responding"); // Not storing strings in flash (via F()) to avoid performance impacts when using the string.
668668
_client.print(response + '\r');
669669
_client.flush();
670670
yield();

0 commit comments

Comments
 (0)