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

Module options fix

This commit is contained in:
Bertrand Songis 2019-04-03 14:06:19 +02:00
parent fe9909e0a0
commit c847ce8965

View file

@ -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) {