Add SD Firmware Update capability (#12043)
Co-Authored-By: timoxd7 <timoxd7@users.noreply.github.com>
This commit is contained in:
@ -160,6 +160,8 @@
|
||||
#define MSG_LOAD_EEPROM _UxGT("Konfig. laden")
|
||||
#define MSG_RESTORE_FAILSAFE _UxGT("Standardwerte laden")
|
||||
#define MSG_INIT_EEPROM _UxGT("Werkseinstellungen")
|
||||
#define MSG_SD_UPDATE _UxGT("SD Update")
|
||||
#define MSG_RESET_PRINTER _UxGT("Drucker neustarten")
|
||||
#define MSG_REFRESH _UxGT("Aktualisieren")
|
||||
#define MSG_WATCH _UxGT("Info")
|
||||
#define MSG_PREPARE _UxGT("Vorbereitung")
|
||||
|
@ -687,6 +687,12 @@
|
||||
#ifndef MSG_INIT_EEPROM
|
||||
#define MSG_INIT_EEPROM _UxGT("Initialize EEPROM")
|
||||
#endif
|
||||
#ifndef MSG_SD_UPDATE
|
||||
#define MSG_SD_UPDATE _UxGT("SD Update")
|
||||
#endif
|
||||
#ifndef MSG_RESET_PRINTER
|
||||
#define MSG_RESET_PRINTER _UxGT("Reset Printer")
|
||||
#endif
|
||||
#ifndef MSG_REFRESH
|
||||
#define MSG_REFRESH _UxGT("Refresh")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user