1
0
forked from me/IronOS
This commit is contained in:
discip
2022-08-20 15:01:24 +02:00
committed by GitHub
parent 1fbcdcdf98
commit 3a44259735

View File

@@ -172,7 +172,7 @@ static void gui_drawBatteryIcon() {
}
static void gui_solderingTempAdjust() {
TickType_t lastChange = xTaskGetTickCount();
currentTempTargetDegC = 0; // Turn off header while adjusting temp
currentTempTargetDegC = 0; // Turn off heater while adjusting temp
TickType_t autoRepeatTimer = 0;
uint8_t autoRepeatAcceleration = 0;
bool waitForRelease = false;