From 034b6c918b474952d4e44825efbb3e16d5cd2e20 Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Fri, 24 Feb 2023 19:22:51 +0100 Subject: [PATCH] fixed sysStat-Behaviour --- Software/src/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Software/src/config.cpp b/Software/src/config.cpp index db015ab..9ea6e19 100644 --- a/Software/src/config.cpp +++ b/Software/src/config.cpp @@ -243,7 +243,6 @@ boolean checkEEPROMavailable() if (!ee.isConnected()) { MaintainDTC(DTC_NO_EEPROM_FOUND, DTC_CRITICAL, true); - globals.systemStatus = sysStat_Error; return false; } MaintainDTC(DTC_NO_EEPROM_FOUND, DTC_CRITICAL, false);