cj125 diag

This commit is contained in:
rusEfi 2020-04-09 00:17:29 -04:00
parent 19184033dd
commit 9d2249390f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ bool CJ125::cjIdentify(void) {
} else {
printDiagCode(logger, "VM", diag, LOW_VOLTAGE);
printDiagCode(logger, "UN", diag >> 2, LOW_VOLTAGE);
printDiagCode(logger, "UN", diag >> 4, LOW_VOLTAGE);
printDiagCode(logger, "IA", diag >> 4, LOW_VOLTAGE);
printDiagCode(logger, "HR", diag >> 6, "open load");
}
return true;