1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

Change watchdog time vom 5s to 10s

This commit is contained in:
norbert-walter
2024-04-29 21:18:53 +02:00
parent e7a7d2962a
commit b5c0090b1c
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,6 @@ void OBP60Task(GwApi *api){
long starttime3 = millis(); // Display update all 1s
long starttime4 = millis(); // Delayed display update after 4s when select a new page
long starttime5 = millis(); // Calculate sunrise and sunset all 1s
// Main loop runs with 100ms
//####################################################################################
@@ -440,7 +439,7 @@ void OBP60Task(GwApi *api){
// Undervoltage detection
if(uvoltage == true){
underVoltageDetection(api);
}
}
if(millis() > starttime0 + 100){
starttime0 = millis();