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

2
build.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker-compose run --rm builder /bin/bash /build/ci/buildAll.sh

View File

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