mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update GUIThread.cpp
This commit is contained in:
@@ -381,6 +381,7 @@ static int gui_SolderingSleepingMode(bool stayOff, bool autoStarted) {
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#ifndef NO_SLEEP_MODE
|
||||||
|
|
||||||
static void display_countdown(int sleepThres) {
|
static void display_countdown(int sleepThres) {
|
||||||
/*
|
/*
|
||||||
@@ -398,7 +399,6 @@ static void display_countdown(int sleepThres) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
static uint32_t getSleepTimeout() {
|
static uint32_t getSleepTimeout() {
|
||||||
#ifndef NO_SLEEP_MODE
|
|
||||||
|
|
||||||
if (systemSettings.sensitivity && systemSettings.SleepTime) {
|
if (systemSettings.sensitivity && systemSettings.SleepTime) {
|
||||||
|
|
||||||
@@ -409,9 +409,9 @@ static uint32_t getSleepTimeout() {
|
|||||||
sleepThres = (systemSettings.SleepTime - 5) * 60 * 1000;
|
sleepThres = (systemSettings.SleepTime - 5) * 60 * 1000;
|
||||||
return sleepThres;
|
return sleepThres;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
static bool shouldBeSleeping(bool inAutoStart) {
|
static bool shouldBeSleeping(bool inAutoStart) {
|
||||||
#ifndef NO_SLEEP_MODE
|
#ifndef NO_SLEEP_MODE
|
||||||
// Return true if the iron should be in sleep mode
|
// Return true if the iron should be in sleep mode
|
||||||
|
|||||||
Reference in New Issue
Block a user