mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Improve error message on HVIL block
This commit is contained in:
parent
5bff4a6378
commit
9a1fc4304a
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue