Remove redundant click sound in factory reset (MK3 merge issue)

This commit is contained in:
Alex Voinea 2021-02-26 18:22:32 +02:00
parent 194438c130
commit 6e0ecf5cd2
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 0 additions and 2 deletions

View File

@ -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);