mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fixup! broken #1672 reflow profile
This commit is contained in:
@@ -49,8 +49,15 @@ void handleButtons(bool *buttonLockout) {
|
|||||||
showDebugMenu();
|
showDebugMenu();
|
||||||
break;
|
break;
|
||||||
case BUTTON_F_LONG:
|
case BUTTON_F_LONG:
|
||||||
|
#ifdef PROFILE_SUPPORT
|
||||||
|
if (!isTipDisconnected()) {
|
||||||
|
gui_solderingProfileMode(); // enter profile mode
|
||||||
|
*buttonLockout = true;
|
||||||
|
}
|
||||||
|
#else
|
||||||
gui_solderingTempAdjust();
|
gui_solderingTempAdjust();
|
||||||
saveSettings();
|
saveSettings();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case BUTTON_F_SHORT:
|
case BUTTON_F_SHORT:
|
||||||
if (!isTipDisconnected()) {
|
if (!isTipDisconnected()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user