Merge pull request #115 from dalathegreat/bugfix/tesla-lfp

Tesla: Remove misleading min/max printout
This commit is contained in:
Daniel Öster 2023-12-20 23:54:52 +02:00 committed by GitHub
commit 64573bef27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);