mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Merge pull request #724 from dalathegreat/bugfix/logging-panic-reset
Bugfix: Fix Panic Reset caused by percentage char
This commit is contained in:
commit
53b0e1a623
9 changed files with 19 additions and 22 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue