🩹 Mitigate watchdog timeout for file ops

See #28064, #28069
This commit is contained in:
Scott Lahteine
2025-10-02 00:53:09 -05:00
parent 1c9b1240ec
commit 3165beeba0
+1
View File
@@ -1124,6 +1124,7 @@ void CardReader::selectFileByIndex(const int16_t nr) {
#endif
workDir.rewind();
selectByIndex(workDir, nr);
hal.watchdog_refresh(); // Prevent watchdog reset in long listings
}
//