Skip to content

Commit

Permalink
Merge pull request #115 from dalathegreat/bugfix/tesla-lfp
Browse files Browse the repository at this point in the history
Tesla: Remove misleading min/max printout
  • Loading branch information
dalathegreat authored Dec 20, 2023
2 parents ed264bb + 72df06c commit 64573be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Software/src/battery/TESLA-MODEL-3-BATTERY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ void update_values_tesla_model_3_battery() { //This function maps all the value
Serial.print("YES, ");
else
Serial.print("NO, ");
print_int_with_units("Min voltage allowed: ", min_voltage, "V");
Serial.print(", ");
print_int_with_units("Max voltage allowed: ", max_voltage, "V");
if (LFP_Chemistry) {
Serial.print("LFP chemistry detected!");
}
Serial.println("");
Serial.print("Cellstats, Max: ");
Serial.print(cell_max_v);
Expand Down

0 comments on commit 64573be

Please sign in to comment.