1
0
Fork 0
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:
Kilrah 2020-05-17 12:33:22 +02:00
parent 77d069785a
commit b79a55d668
2 changed files with 2 additions and 0 deletions

View file

@ -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);
}
}
}

View file

@ -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;