mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
Fix space.
This commit is contained in:
parent
8194197e9d
commit
176f2851e4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user