mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Improve logging and set Tesla as default
This commit is contained in:
parent
79d8d81cfc
commit
ecb657570a
2 changed files with 19 additions and 5 deletions
|
@ -91,7 +91,20 @@ void update_values_tesla_model_3_battery()
|
|||
Serial.print(", close allowed: ");
|
||||
Serial.print(packCtrsClosingAllowed);
|
||||
Serial.print(", Pyrotest: ");
|
||||
Serial.print(pyroTestInProgress);
|
||||
Serial.println(pyroTestInProgress);
|
||||
|
||||
|
||||
Serial.print("Volt: ");
|
||||
Serial.print(volts);
|
||||
Serial.print(", Discharge limit: ");
|
||||
Serial.print(discharge_limit);
|
||||
Serial.print(", Charge limit: ");
|
||||
Serial.print(regenerative_limit);
|
||||
Serial.print(", Max temp: ");
|
||||
Serial.print(max_temp);
|
||||
Serial.print(", Min temp: ");
|
||||
Serial.print(max_temp);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue