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:
parent
c03ec508c3
commit
eb453293f5
3 changed files with 17 additions and 121 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue