mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Missing initialization
This commit is contained in:
parent
c70f9b058b
commit
4d43746064
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ void onSdManagerMenu(const char * result)
|
||||||
#endif
|
#endif
|
||||||
else if (result == STR_FLASH_RECEIVER_OTA) {
|
else if (result == STR_FLASH_RECEIVER_OTA) {
|
||||||
getSelectionFullPath(lfn);
|
getSelectionFullPath(lfn);
|
||||||
|
memclear(&reusableBuffer.sdManager.otaInformation, sizeof(BindInformation));
|
||||||
moduleState[EXTERNAL_MODULE].startBind(&reusableBuffer.sdManager.otaInformation, onUpdateStateChanged);
|
moduleState[EXTERNAL_MODULE].startBind(&reusableBuffer.sdManager.otaInformation, onUpdateStateChanged);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue