mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
pre-commit fix
This commit is contained in:
parent
d7300b4c3b
commit
72df06c2e2
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ 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, ");
|
||||||
if(LFP_Chemistry){
|
if (LFP_Chemistry) {
|
||||||
Serial.print("LFP chemistry detected!");
|
Serial.print("LFP chemistry detected!");
|
||||||
}
|
}
|
||||||
Serial.println("");
|
Serial.println("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue