added watchdog feed
This commit is contained in:
@@ -203,6 +203,7 @@ class TinyGsmModem {
|
|||||||
if (check_signal) { thisModem().getSignalQuality(); }
|
if (check_signal) { thisModem().getSignalQuality(); }
|
||||||
if (thisModem().isNetworkConnected()) { return true; }
|
if (thisModem().isNetworkConnected()) { return true; }
|
||||||
delay(250);
|
delay(250);
|
||||||
|
esp_task_wdt_reset();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user