1
0
forked from me/IronOS

Merge branch 'master' into extend-font-encoding

This commit is contained in:
Ben V. Brown
2021-03-20 21:54:28 +11:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -547,7 +547,13 @@ static void gui_solderingMode(uint8_t jumpToSleep) {
OLED::setCursor(0, 8);
OLED::print(SleepingTipAdvancedString);
gui_drawTipTemp(true);
OLED::print(SymbolSpace);
if (boostModeOn) {
OLED::print(SymbolPlus);
} else {
OLED::print(SymbolSpace);
}
printVoltage();
OLED::print(SymbolVolts);
} else {