1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 01:05:08 +03:00

Fix register in Model Setup

This commit is contained in:
Bertrand Songis 2019-02-20 12:10:46 +01:00
parent c03ec508c3
commit eb453293f5
3 changed files with 17 additions and 121 deletions

View file

@ -171,7 +171,7 @@ void menuRadioSdManager(event_t _event)
Card_state = SD_ST_DATA;
#endif
audioQueue.stopSD();
if(sdCardFormat()) {
if (sdCardFormat()) {
f_chdir("/");
REFRESH_FILES();
}