Skip to content

Commit

Permalink
Remove unused value from USB print
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat committed Nov 10, 2023
1 parent a98a25b commit c99a298
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Software/src/battery/TESLA-MODEL-3-BATTERY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ void update_values_tesla_model_3_battery() { //This function maps all the value
Serial.print(", ");
print_int_with_units("Max voltage allowed: ", max_voltage, "V");
Serial.println("");
print_int_with_units("Max charge current: ", max_charge_current, "A");
Serial.print(", ");
print_int_with_units("Max discharge current: ", max_discharge_current, "A");
Serial.println("");
Serial.print("Cellstats, Max: ");
Serial.print(cell_max_v);
Serial.print("mV (cell ");
Expand Down

0 comments on commit c99a298

Please sign in to comment.