G98 saves farm no
This commit is contained in:
parent
9144ec87fb
commit
1a9643c892
|
|
@ -4665,6 +4665,7 @@ void process_commands()
|
||||||
farm_mode = 1;
|
farm_mode = 1;
|
||||||
PingTime = millis();
|
PingTime = millis();
|
||||||
eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
|
eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
|
||||||
|
EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
|
||||||
SilentModeMenu = SILENT_MODE_OFF;
|
SilentModeMenu = SILENT_MODE_OFF;
|
||||||
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue