Merge branch 'master' into extend-font-encoding
This commit is contained in:
2
build.sh
Normal file
2
build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
docker-compose run --rm builder /bin/bash /build/ci/buildAll.sh
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user