tracking down and fixing large payload issue

This commit is contained in:
hg
2015-05-06 19:09:18 +02:00
parent 67632ef43e
commit 0ec1895128
2 changed files with 34 additions and 4 deletions

View File

@ -161,6 +161,8 @@ void WiFiClient::stop() {
}
uint8_t WiFiClient::connected() {
// Serial.print("sock: "); Serial.println(_sock);
// Serial.print("status: "); Serial.println(status());
if (_sock == 255) {
return 0;