mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Merge pull request #115 from dalathegreat/bugfix/tesla-lfp
Tesla: Remove misleading min/max printout
This commit is contained in:
commit
64573bef27
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, ");
|
Serial.print("YES, ");
|
||||||
else
|
else
|
||||||
Serial.print("NO, ");
|
Serial.print("NO, ");
|
||||||
print_int_with_units("Min voltage allowed: ", min_voltage, "V");
|
if (LFP_Chemistry) {
|
||||||
Serial.print(", ");
|
Serial.print("LFP chemistry detected!");
|
||||||
print_int_with_units("Max voltage allowed: ", max_voltage, "V");
|
}
|
||||||
Serial.println("");
|
Serial.println("");
|
||||||
Serial.print("Cellstats, Max: ");
|
Serial.print("Cellstats, Max: ");
|
||||||
Serial.print(cell_max_v);
|
Serial.print(cell_max_v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue