1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

Fix space.

This commit is contained in:
Anders 2019-11-01 12:55:31 +01:00
parent 8194197e9d
commit 176f2851e4

View File

@ -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();