mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-14 08:03:09 +03:00
Debug on Server TCP
This commit is contained in:
@@ -35,10 +35,7 @@ Client Server::available(byte* status)
|
||||
*status == ESTABLISHED)
|
||||
{
|
||||
return client; //TODO
|
||||
}else{
|
||||
delayMicroseconds(100);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user