Skip to content

Commit

Permalink
Remove misleading min/max printout
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat committed Dec 14, 2023
1 parent 4801eda commit d7300b4
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 d7300b4

Please sign in to comment.