mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +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 */
|
/* Send the response back to the client */
|
||||||
if (_client.connected())
|
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.print(response + '\r');
|
||||||
_client.flush();
|
_client.flush();
|
||||||
yield();
|
yield();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user