1
0
forked from me/IronOS

Update Soldering.cpp

move comment
This commit is contained in:
neon12345
2024-07-31 12:28:57 +02:00
committed by GitHub
parent 616db16b00
commit f0fa271940

View File

@@ -8,8 +8,9 @@
OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt) {
if (cxt->scratch_state.state1 >= 2) {
// Buttons are currently locked
switch (buttons) {
case BUTTON_F_LONG: // Buttons are currently locked
case BUTTON_F_LONG:
if (getSettingValue(SettingsOptions::BoostTemp) && (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::BOOST)) {
cxt->scratch_state.state2 = 1;
}