mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
fixed detailed view for lefties
This commit is contained in:
@@ -689,9 +689,9 @@ static void gui_solderingMode(uint8_t jumpToSleep) {
|
||||
} else {
|
||||
setStatusLED(LED_HEATING);
|
||||
}
|
||||
// If we have tripped thermal runaway, turn off header and show warning
|
||||
// If we have tripped thermal runaway, turn off heater and show warning
|
||||
if (heaterThermalRunaway) {
|
||||
currentTempTargetDegC = 0; // heaater control off
|
||||
currentTempTargetDegC = 0; // heater control off
|
||||
// TODO WARNING
|
||||
|
||||
warnUser(translatedString(Tr->WarningThermalRunaway), 10 * TICKS_SECOND);
|
||||
|
||||
Reference in New Issue
Block a user