1
0
forked from me/IronOS

Merge pull request #894 from devydd/boost_indication_detailed

In detailed soldering view add '+' for boost
This commit is contained in:
Ben V. Brown
2021-03-19 20:35:07 +11:00
committed by GitHub

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 {