1
0
forked from me/IronOS

Fixup for scrollbar

FIXUP! Debug menu returns to home screen

FIXUP! Up oled animation

Fix temp exit
This commit is contained in:
Ben V. Brown
2023-07-23 20:35:06 +10:00
parent 9385758593
commit fd285b3364
4 changed files with 29 additions and 24 deletions

View File

@@ -89,7 +89,7 @@ OperatingMode showDebugMenu(const ButtonState buttons, guiContext *cxt) {
if (buttons == BUTTON_B_SHORT) {
cxt->transitionMode = TransitionAnimation::Down;
return OperatingMode::InitialisationDone;
return OperatingMode::HomeScreen;
} else if (buttons == BUTTON_F_SHORT) {
cxt->scratch_state.state1++;
#ifdef HALL_SENSOR