Flag EEPROM write errors on serial output

- Also adds a language string for the error.
- Also adds SERIAL_EOL as an alias for SERIAL_ECHOLN(“”)
This commit is contained in:
Scott Lahteine
2015-01-28 21:19:51 -08:00
parent ff99ca3040
commit 9bc9051405
3 changed files with 33 additions and 22 deletions

View File

@ -155,6 +155,8 @@
#define MSG_BABYSTEPPING_Z "Babystepping Z"
#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
#define MSG_ERR_EEPROM_WRITE "Error writing to EEPROM!"
// LCD Menu Messages
#include LANGUAGE_INCLUDE