1
0
forked from me/IronOS

Fixup! broken #1672 reflow profile

This commit is contained in:
Ben V. Brown
2023-07-09 22:29:48 +10:00
parent 311dbeac6f
commit 552b582bcb

View File

@@ -49,8 +49,15 @@ void handleButtons(bool *buttonLockout) {
showDebugMenu();
break;
case BUTTON_F_LONG:
#ifdef PROFILE_SUPPORT
if (!isTipDisconnected()) {
gui_solderingProfileMode(); // enter profile mode
*buttonLockout = true;
}
#else
gui_solderingTempAdjust();
saveSettings();
#endif
break;
case BUTTON_F_SHORT:
if (!isTipDisconnected()) {