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

@@ -25,6 +25,7 @@ OperatingMode gui_solderingTempAdjust(const ButtonState buttonIn, guiContext *cx
break;
case BUTTON_BOTH:
// exit
cxt->transitionMode = TransitionAnimation::Right;
return cxt->previousMode;
case BUTTON_B_LONG:
if (xTaskGetTickCount() - (*autoRepeatTimer) + (*autoRepeatAcceleration) > PRESS_ACCEL_INTERVAL_MAX) {