1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 09:15:21 +03:00

[ACCESS] Automatic detection of the module for accessPushTelemetry if module < 0

This commit is contained in:
Bertrand Songis 2019-06-11 17:06:09 +02:00
parent 02302bdc14
commit 3aab7b8a37
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
4 changed files with 32 additions and 4 deletions

View file

@ -79,7 +79,7 @@ void onSdFormatConfirm(const char * result)
#endif
audioQueue.stopSD();
if (sdCardFormat()) {
f_chdir("/");
f_chdir(ROOT_PATH);
REFRESH_FILES();
}
}