mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
[sky9x / gruvin9x] Popup during format
This commit is contained in:
parent
121c41719d
commit
c40191d3bc
1 changed files with 1 additions and 0 deletions
|
@ -765,6 +765,7 @@ void menuProcSd(uint8_t event)
|
|||
pushMenu(menuProcSdInfo);
|
||||
}
|
||||
else if (result == STR_SD_FORMAT) {
|
||||
displayPopup(PSTR("Formatting...")); // TODO translations
|
||||
if (f_mkfs(0, 1, 0) == FR_OK) {
|
||||
#if defined(PCBARM)
|
||||
sdAvailableAudioFiles = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue