Merge pull request #724 from dalathegreat/bugfix/logging-panic-reset

Bugfix: Fix Panic Reset caused by percentage char
This commit is contained in:
Daniel Öster 2024-12-31 19:57:01 +03:00 committed by GitHub
commit 53b0e1a623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 22 deletions

View file

@ -2713,7 +2713,7 @@ void print_SOC(char* header, int SOC) {
if (hundredth < 10)
logging.print(0);
logging.print(hundredth);
logging.println("%");
logging.println("pct");
}
void printFaultCodesIfActive() {