Remove redundant click sound in factory reset (MK3 merge issue)
This commit is contained in:
parent
194438c130
commit
6e0ecf5cd2
|
|
@ -768,8 +768,6 @@ static void factory_reset(char level)
|
|||
|
||||
case 3:
|
||||
menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
|
||||
Sound_MakeCustom(100,0,false);
|
||||
|
||||
// Erase EEPROM
|
||||
for (uint16_t i = 0; i < EEPROM_TOP; i++) {
|
||||
eeprom_update_byte((uint8_t*)i, 0xFF);
|
||||
|
|
|
|||
Loading…
Reference in New Issue