Improve error message on HVIL block

This commit is contained in:
Daniel Öster 2024-07-06 15:02:26 +03:00
parent 5bff4a6378
commit 9a1fc4304a

View file

@ -617,8 +617,8 @@ void printFaultCodesIfActive() {
} }
if (datalayer.system.status.inverter_allows_contactor_closing == false) { if (datalayer.system.status.inverter_allows_contactor_closing == false) {
Serial.println( Serial.println(
"ERROR: Solar inverter does not allow for contactor closing. Check " "ERROR: Solar inverter does not allow for contactor closing. Check communication connection to the inverter OR "
"datalayer.system.status.inverter_allows_contactor_closing parameter"); "disable the inverter protocol to proceed with contactor closing");
} }
// Check each symbol and print debug information if its value is 1 // Check each symbol and print debug information if its value is 1
printDebugIfActive(WatchdogReset, "ERROR: The processor has experienced a reset due to watchdog reset"); printDebugIfActive(WatchdogReset, "ERROR: The processor has experienced a reset due to watchdog reset");