diff --git a/src/display.c b/src/display.c --- a/src/display.c +++ b/src/display.c @@ -497,7 +497,7 @@ void display_process(void) // Button handler if(SW_BTN_PRESSED) { -// flash_save(set); + flash_savesettings(); status->state = STATE_IDLE; } else { @@ -529,6 +529,7 @@ void display_process(void) // Button handler if(SW_BTN_PRESSED) { status->state = STATE_IDLE; + flash_savesettings(); } else { user_input_signed(&set->val.setpoint_brew); @@ -559,6 +560,7 @@ void display_process(void) // Button handler if(SW_BTN_PRESSED) { status->state = STATE_IDLE; + flash_savesettings(); } else { user_input_signed(&set->val.setpoint_brew);