mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Audio sound removed (for EEPROM format)
This commit is contained in:
parent
c521fce20b
commit
75e613331b
4 changed files with 9 additions and 17 deletions
|
@ -241,7 +241,7 @@ void storageEraseAll(bool warn)
|
|||
ALERT(STR_STORAGE_WARNING, STR_BAD_RADIO_DATA, AU_BAD_RADIODATA);
|
||||
}
|
||||
|
||||
MESSAGE(STR_STORAGE_WARNING, STR_STORAGE_FORMAT, NULL, AU_STORAGE_FORMAT);
|
||||
MESSAGE(STR_STORAGE_WARNING, STR_STORAGE_FORMAT, NULL, AU_NONE);
|
||||
|
||||
storageFormat();
|
||||
storageDirty(EE_GENERAL|EE_MODEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue