return to status after diable farm mode
This commit is contained in:
parent
e366aa495f
commit
062612f96a
1 changed files with 1 additions and 0 deletions
|
@ -2688,6 +2688,7 @@ static void lcd_disable_farm_mode() {
|
|||
if (disable) {
|
||||
farm_mode = 0;
|
||||
eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
|
||||
lcd_return_to_status();
|
||||
}
|
||||
else {
|
||||
lcd_goto_menu(lcd_settings_menu);
|
||||
|
|
Loading…
Reference in a new issue