Refactor lost line
This commit is contained in:
Ben V. Brown
2025-07-19 15:57:58 +10:00
parent e60c08e224
commit 1056f0cf3d

View File

@@ -33,6 +33,7 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
switch (buttons) { switch (buttons) {
case BUTTON_NONE: case BUTTON_NONE:
cxt->scratch_state.state1 = 3; cxt->scratch_state.state1 = 3;
cxt->scratch_state.state2 = 0;
break; break;
case BUTTON_F_LONG: case BUTTON_F_LONG:
if (getSettingValue(SettingsOptions::BoostTemp) && (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::BOOST)) { if (getSettingValue(SettingsOptions::BoostTemp) && (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::BOOST)) {