Merge pull request #953 from PavelSindler/farm_mode_fix
G98 saves farm number
This commit is contained in:
commit
0659cf0287
1 changed files with 1 additions and 0 deletions
|
@ -4634,6 +4634,7 @@ void process_commands()
|
|||
farm_mode = 1;
|
||||
PingTime = millis();
|
||||
eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
|
||||
EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
|
||||
SilentModeMenu = SILENT_MODE_OFF;
|
||||
eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue