mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Soldering.cpp Fix formatting
This commit is contained in:
@@ -66,9 +66,9 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
|
|||||||
break;
|
break;
|
||||||
case BUTTON_F_SHORT:
|
case BUTTON_F_SHORT:
|
||||||
if (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::TEMP) {
|
if (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::TEMP) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case BUTTON_B_SHORT:
|
case BUTTON_B_SHORT:
|
||||||
cxt->transitionMode = TransitionAnimation::Left;
|
cxt->transitionMode = TransitionAnimation::Left;
|
||||||
return OperatingMode::TemperatureAdjust;
|
return OperatingMode::TemperatureAdjust;
|
||||||
case BUTTON_BOTH_LONG:
|
case BUTTON_BOTH_LONG:
|
||||||
|
|||||||
Reference in New Issue
Block a user