mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Module options fix
This commit is contained in:
parent
fe9909e0a0
commit
c847ce8965
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ void onPXX2ReceiverMenu(const char * result)
|
|||
if (result == STR_OPTIONS) {
|
||||
memclear(&reusableBuffer.hardwareAndSettings, sizeof(reusableBuffer.hardwareAndSettings));
|
||||
reusableBuffer.hardwareAndSettings.receiverSettings.receiverId = receiverIdx;
|
||||
g_moduleIdx = moduleIdx;
|
||||
pushMenu(menuModelReceiverOptions);
|
||||
}
|
||||
else if (result == STR_BIND) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue