mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
committed by
Ben V. Brown
parent
b46c17078b
commit
fbd730760b
@@ -832,7 +832,7 @@ void startGUITask(void const *argument) {
|
||||
}
|
||||
currentlyActiveTemperatureTarget = 0; // ensure tip is off
|
||||
uint16_t tipTemp = tipMeasurementToC(getTipRawTemp(0));
|
||||
if (tipTemp > 50)
|
||||
if (tipTemp < 50)
|
||||
if (systemSettings.sensitivity) {
|
||||
if ((xTaskGetTickCount() - lastMovementTime) > 6000
|
||||
&& (xTaskGetTickCount() - lastButtonTime) > 6000)
|
||||
|
||||
Reference in New Issue
Block a user