maiden eeprom: tmc2130_mode is set to normal

This commit is contained in:
PavelSindler 2018-01-16 16:56:58 +01:00
parent 026f68fd6f
commit fbf947b75c

View File

@ -1069,6 +1069,7 @@ void setup()
// EEPROM_LANG to number lower than 0x0ff. // EEPROM_LANG to number lower than 0x0ff.
// 1) Set a high power mode. // 1) Set a high power mode.
eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0); eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0);
tmc2130_mode = TMC2130_MODE_NORMAL;
eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
} }