Skip to content

Commit 4a361af

Browse files
committed
Feed watchdog during download
1 parent 629f1ea commit 4a361af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/WiFi/src/WiFiHelpers.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ static FILE* target;
2323

2424
void body_callback(const char* data, uint32_t data_len)
2525
{
26+
WiFi.feedWatchdog();
2627
fwrite(data, 1, data_len, target);
2728
}
2829

0 commit comments

Comments
 (0)