Skip to content

Commit

Permalink
Fixup! broken #1672 reflow profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jul 9, 2023
1 parent 311dbea commit 552b582
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/Core/Threads/OperatingModes/HomeScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 552b582

Please sign in to comment.