Merge pull request #407 from PavelSindler/MK3_for_merging

maiden eeprom: tmc2130_mode is set to normal
This commit is contained in:
XPila 2018-01-16 17:10:38 +01:00 committed by GitHub
commit 515420ce06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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