mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +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
|
||||
else if (result == STR_FLASH_RECEIVER_OTA) {
|
||||
getSelectionFullPath(lfn);
|
||||
memclear(&reusableBuffer.sdManager.otaInformation, sizeof(BindInformation));
|
||||
moduleState[EXTERNAL_MODULE].startBind(&reusableBuffer.sdManager.otaInformation, onUpdateStateChanged);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue