Print error for M500 with disabled EEPROM
This commit is contained in:
parent
67ab54185b
commit
97115d56f9
2 changed files with 9 additions and 3 deletions
|
|
@ -565,7 +565,14 @@ void Config_RetrieveSettings() {
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif // EEPROM_SETTINGS
|
||||
#else // !EEPROM_SETTINGS
|
||||
|
||||
void Config_StoreSettings() {
|
||||
SERIAL_ERROR_START;
|
||||
SERIAL_ERRORLNPGM("EEPROM disabled");
|
||||
}
|
||||
|
||||
#endif // !EEPROM_SETTINGS
|
||||
|
||||
/**
|
||||
* M502 - Reset Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue