1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 04:45:17 +03:00

OTA update continued

This commit is contained in:
Bertrand Songis 2019-04-24 17:39:59 +02:00
parent bae1131a1b
commit ae0781f6d7
16 changed files with 35 additions and 4 deletions

View file

@ -1179,6 +1179,7 @@ union ReusableBuffer
uint16_t count;
char originalName[SD_SCREEN_FILE_LENGTH+1];
BindInformation otaInformation;
char otaReceiverVersion[sizeof(TR_CURRENT_VERSION) + 12];
} sdManager;
#endif