Merge branch 'main' into feature/tesla-balancing

This commit is contained in:
Daniel Öster 2025-01-02 14:43:39 +02:00
commit 54db0a2216
28 changed files with 432 additions and 109 deletions

View file

@ -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() {