Fix typo in PD info screen
This commit is contained in:
@@ -855,7 +855,7 @@ static void showPDDebug(void) {
|
|||||||
OLED::print(SymbolSpace, FontStyle::SMALL);
|
OLED::print(SymbolSpace, FontStyle::SMALL);
|
||||||
OLED::printNumber(current_a_x100 / 100, 2, FontStyle::SMALL, true); // print the current in 0.1A res
|
OLED::printNumber(current_a_x100 / 100, 2, FontStyle::SMALL, true); // print the current in 0.1A res
|
||||||
OLED::print(SymbolDot, FontStyle::SMALL);
|
OLED::print(SymbolDot, FontStyle::SMALL);
|
||||||
OLED::printNumber(current_a_x100 % 10, 1, FontStyle::SMALL, true); // print the current in 0.1A res
|
OLED::printNumber(current_a_x100 % 100, 2, FontStyle::SMALL, true); // print the current in 0.1A res
|
||||||
OLED::print(SymbolAmps, FontStyle::SMALL);
|
OLED::print(SymbolAmps, FontStyle::SMALL);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user