parent
9a189e8f64
commit
7c878ed253
|
|
@ -50,7 +50,9 @@ void eeprom_init()
|
||||||
check_babystep();
|
check_babystep();
|
||||||
|
|
||||||
#ifdef STEEL_SHEET_TYPES
|
#ifdef STEEL_SHEET_TYPES
|
||||||
eeprom_default_sheet_type();
|
if (eeprom_read_byte((uint8_t*)EEPROM_CHECK_SHEET_TYPE) == EEPROM_EMPTY_VALUE) {
|
||||||
|
eeprom_default_sheet_type();
|
||||||
|
}
|
||||||
#endif //STEEL_SHEET_TPYES
|
#endif //STEEL_SHEET_TPYES
|
||||||
|
|
||||||
// initialize custom mendel name in eeprom
|
// initialize custom mendel name in eeprom
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue