Fixup for scrollbar
FIXUP! Debug menu returns to home screen FIXUP! Up oled animation Fix temp exit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user