1
0
forked from me/IronOS

SymbolVolts

This commit is contained in:
firebie
2019-12-26 16:43:34 +02:00
parent e725e63b3f
commit 36d556d40a

View File

@@ -202,7 +202,7 @@ static bool checkVoltageForExit() {
OLED::setCursor(0, 8); OLED::setCursor(0, 8);
OLED::print(InputVoltageString); OLED::print(InputVoltageString);
printVoltage(); printVoltage();
OLED::print("V"); OLED::print(SymbolVolts);
} else { } else {
OLED::setFont(0); OLED::setFont(0);