Fix crash caused by percentage char

This commit is contained in:
Daniel Öster 2024-12-31 18:18:46 +02:00
parent 208c643854
commit 04a68fc89e

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