Update Soldering.cpp to fix build complaining

This commit is contained in:
nonokirby
2025-01-21 20:48:30 -05:00
committed by GitHub
parent 07457af576
commit b005870033

View File

@@ -66,7 +66,8 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
break;
case BUTTON_F_SHORT:
if (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::TEMP) {
break;}
break;
}
case BUTTON_B_SHORT:
cxt->transitionMode = TransitionAnimation::Left;
return OperatingMode::TemperatureAdjust;