Fix factory reset menu rendering
This commit is contained in:
parent
37c431abd9
commit
4d3f056b81
|
|
@ -6171,17 +6171,9 @@ char reset_menu() {
|
||||||
int8_t enc_dif = 0;
|
int8_t enc_dif = 0;
|
||||||
char cursor_pos = 0;
|
char cursor_pos = 0;
|
||||||
|
|
||||||
static const char iLa[] PROGMEM = "Language";
|
const char *const item[items_no] PROGMEM = {PSTR("Language"), PSTR("Statistics"), PSTR("Shipping prep"), PSTR("All Data")
|
||||||
static const char iSt[] PROGMEM = "Statistics";
|
|
||||||
static const char iSh[] PROGMEM = "Shipping prep";
|
|
||||||
static const char iAl[] PROGMEM = "All Data";
|
|
||||||
#ifdef SNMM
|
#ifdef SNMM
|
||||||
static const char iBl[] PROGMEM = "Bowden length";
|
, PSTR("Bowden length")
|
||||||
#endif
|
|
||||||
|
|
||||||
static const char *const item [items_no] PROGMEM = { iLa, iSt, iSh, iAl
|
|
||||||
#ifdef SNMM
|
|
||||||
, iBl
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue