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

Compilation fixes

This commit is contained in:
Bertrand Songis 2019-03-20 16:32:58 +01:00
parent 683a737c99
commit 04ba9e5c68
32 changed files with 110 additions and 71 deletions

View file

@ -153,7 +153,7 @@ void onSdManagerMenu(const char * result)
}
else if (result == STR_FLASH_EXTERNAL_DEVICE) {
getSelectionFullPath(lfn);
DeviceFirmwareUpdate device(FLASHING_MODULE);
DeviceFirmwareUpdate device(SPORT_MODULE);
device.flashFile(lfn);
}
#endif