Skip to content

Commit 7db15b4

Browse files
authored
Fix WDT only for solo core
1 parent dce7bc9 commit 7db15b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp32/Esp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ String EspClass::getSketchMD5()
227227
lengthLeft -= readBytes;
228228
offset += readBytes;
229229

230+
#if CONFIG_FREERTOS_UNICORE
230231
delay(1); // Fix solo WDT
232+
#endif
231233
}
232234
md5.calculate();
233235
result = md5.toString();

0 commit comments

Comments
 (0)