We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f1ea commit 4a361afCopy full SHA for 4a361af
libraries/WiFi/src/WiFiHelpers.cpp
@@ -23,6 +23,7 @@ static FILE* target;
23
24
void body_callback(const char* data, uint32_t data_len)
25
{
26
+ WiFi.feedWatchdog();
27
fwrite(data, 1, data_len, target);
28
}
29
0 commit comments