1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Missing initialization

This commit is contained in:
Bertrand Songis 2019-04-30 10:58:37 +02:00
parent c70f9b058b
commit 4d43746064

View file

@ -204,6 +204,7 @@ void onSdManagerMenu(const char * result)
#endif
else if (result == STR_FLASH_RECEIVER_OTA) {
getSelectionFullPath(lfn);
memclear(&reusableBuffer.sdManager.otaInformation, sizeof(BindInformation));
moduleState[EXTERNAL_MODULE].startBind(&reusableBuffer.sdManager.otaInformation, onUpdateStateChanged);
}
#endif