Merge pull request #559 from Firebie/FixForVoltageDisplay

Use SymbolVolts instead of V
This commit is contained in:
Ben V. Brown
2020-01-19 09:20:30 +11:00
committed by GitHub

View File

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