Skip to content

Commit 8ba91b9

Browse files
copercinime-no-dev
authored andcommitted
Feed WDT (espressif#817)
fix for espressif#740
1 parent 47cdfff commit 8ba91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/HTTPClient/src/HTTPClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ int HTTPClient::handleHeaderResponse()
994994
if((millis() - lastDataTime) > _tcpTimeout) {
995995
return HTTPC_ERROR_READ_TIMEOUT;
996996
}
997-
delay(0);
997+
delay(10);
998998
}
999999
}
10001000

0 commit comments

Comments
 (0)