mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Bugfix and fix compilation erro with new-extensions branch
This commit is contained in:
@ -66,10 +66,7 @@ void Server::write(const uint8_t *buffer, size_t size)
|
||||
client.status() == ESTABLISHED)
|
||||
{
|
||||
client.write(buffer, size);
|
||||
}else{
|
||||
delay(20);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user