mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge branch 'main' into feature/tesla-balancing
This commit is contained in:
commit
54db0a2216
28 changed files with 432 additions and 109 deletions
|
@ -2723,7 +2723,7 @@ void print_SOC(char* header, int SOC) {
|
|||
if (hundredth < 10)
|
||||
logging.print(0);
|
||||
logging.print(hundredth);
|
||||
logging.println("pct");
|
||||
logging.println("%");
|
||||
}
|
||||
|
||||
void printFaultCodesIfActive() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue