Update Soldering.cpp

fix typo
This commit is contained in:
neon12345
2024-07-31 06:06:45 +02:00
committed by GitHub
parent 297205aa06
commit 2a5ba2b057

View File

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