Skip to content

Commit

Permalink
Remove extra dash in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Sokoloff committed Mar 26, 2020
1 parent d22b4bf commit 9f6f55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ED_BMSdiag/ED_BMSdiag_PRN.ino
Expand Up @@ -154,7 +154,7 @@ void printStandardDataset() {
Serial.println(F("CAUTION: Low voltage battery very low [< 12.2 V]"));
}
if (BMS.HVoff_time < 3600) {
Serial.println(F("-RECHECK after car off for >60 mins"));
Serial.println(F("RECHECK after car off for >60 mins"));
}
Serial.print(F("Car off for: ")); Serial.print(((float)BMS.HVoff_time)/60.0,1); Serial.println(F(" minutes"));
} else {
Expand Down

0 comments on commit 9f6f55e

Please sign in to comment.