mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Remove yield calls
they are useless and may bring some conflict in loop
This commit is contained in:
@@ -135,7 +135,6 @@ uint8_t i,data;
|
||||
serverClients[i] = data_server->available();
|
||||
continue;
|
||||
}
|
||||
yield();
|
||||
}
|
||||
//no free/disconnected spot so reject
|
||||
WiFiClient serverClient = data_server->available();
|
||||
@@ -151,7 +150,6 @@ uint8_t i,data;
|
||||
Serial.write(data);
|
||||
COMMAND::read_buffer_tcp(data);
|
||||
}
|
||||
yield();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user