mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Merge pull request #559 from Firebie/FixForVoltageDisplay
Use SymbolVolts instead of V
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user