mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Multi protocol wasn't being saved in sorted mode
This commit is contained in:
parent
77d069785a
commit
b79a55d668
2 changed files with 2 additions and 0 deletions
|
@ -1023,6 +1023,7 @@ void menuModelSetup(event_t event)
|
|||
g_model.moduleData[moduleIdx].setMultiProtocol(multiRfProto);
|
||||
g_model.moduleData[moduleIdx].subType = 0;
|
||||
resetMultiProtocolsOptions(moduleIdx);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -930,6 +930,7 @@ void menuModelSetup(event_t event)
|
|||
g_model.moduleData[EXTERNAL_MODULE].setMultiProtocol(multiRfProto);
|
||||
g_model.moduleData[EXTERNAL_MODULE].subType = 0;
|
||||
resetMultiProtocolsOptions(EXTERNAL_MODULE);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue