mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Merge pull request #570 from Firebie/ralim
Fix version screen for autostart T/S
This commit is contained in:
@@ -710,9 +710,15 @@ void startGUITask(void const *argument __unused) {
|
|||||||
if (systemSettings.autoStartMode) {
|
if (systemSettings.autoStartMode) {
|
||||||
// jump directly to the autostart mode
|
// jump directly to the autostart mode
|
||||||
if (systemSettings.autoStartMode == 1)
|
if (systemSettings.autoStartMode == 1)
|
||||||
|
{
|
||||||
gui_solderingMode(0);
|
gui_solderingMode(0);
|
||||||
|
buttonLockout = true;
|
||||||
|
}
|
||||||
if (systemSettings.autoStartMode == 2)
|
if (systemSettings.autoStartMode == 2)
|
||||||
|
{
|
||||||
gui_solderingMode(1);
|
gui_solderingMode(1);
|
||||||
|
buttonLockout = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ACCELDEBUG
|
#ifdef ACCELDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user