added watchdog feed

This commit is contained in:
JDSenseright
2024-02-10 22:15:42 +11:00
parent 92c0ba3721
commit 04dacd4ed9

View File

@@ -203,6 +203,7 @@ class TinyGsmModem {
if (check_signal) { thisModem().getSignalQuality(); }
if (thisModem().isNetworkConnected()) { return true; }
delay(250);
esp_task_wdt_reset();
}
return false;
}