mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-01 13:00:59 +02:00
Feed WDT (#817)
fix for https://github.com/espressif/arduino-esp32/issues/740
This commit is contained in:
@ -994,7 +994,7 @@ int HTTPClient::handleHeaderResponse()
|
|||||||
if((millis() - lastDataTime) > _tcpTimeout) {
|
if((millis() - lastDataTime) > _tcpTimeout) {
|
||||||
return HTTPC_ERROR_READ_TIMEOUT;
|
return HTTPC_ERROR_READ_TIMEOUT;
|
||||||
}
|
}
|
||||||
delay(0);
|
delay(10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user