mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Remove misleading min/max printout
This commit is contained in:
parent
4801eda597
commit
d7300b4c3b
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue