mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Soldering.cpp to fix build complaining
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user