remove setting live adjust status in setup function

This commit is contained in:
PavelSindler 2018-01-11 17:48:58 +01:00
parent cc20da62a8
commit 5c1db284b0

View file

@ -1058,7 +1058,6 @@ 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);
eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS, CALIBRATION_STATUS_LIVE_ADJUST);
eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
} }