Disable change temp with B/+ in soldering mode

Disabled the change temp menu appearing when + is pressed in soldering mode to prevent accidental changes of temperature while using boost mode.
This commit is contained in:
nonokirby
2025-01-20 17:56:49 -05:00
committed by GitHub
parent dfddd5916a
commit 933e2ccd7f

View File

@@ -65,6 +65,7 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
} }
break; break;
case BUTTON_F_SHORT: case BUTTON_F_SHORT:
break;
case BUTTON_B_SHORT: case BUTTON_B_SHORT:
cxt->transitionMode = TransitionAnimation::Left; cxt->transitionMode = TransitionAnimation::Left;
return OperatingMode::TemperatureAdjust; return OperatingMode::TemperatureAdjust;