1
0
forked from me/IronOS

Merge branch 'master' into MHP30

This commit is contained in:
Ben V. Brown
2021-05-08 13:46:56 +10:00
committed by GitHub

View File

@@ -297,6 +297,9 @@ static bool shouldShutdown() {
}
}
}
if (getButtonState() == BUTTON_B_LONG) { // allow also if back button is pressed long
return true;
}
return false;
}
static int gui_SolderingSleepingMode(bool stayOff, bool autoStarted) {