mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
Fixes #2408 - Needs a test
This commit is contained in:
parent
332ac86069
commit
9cedd8364c
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ void ConvertModel_216_to_217(ModelData &model)
|
|||
newModel.moduleData[i].rfProtocol = oldModel.moduleData[i].rfProtocol;
|
||||
newModel.moduleData[i].channelsStart = oldModel.moduleData[i].channelsStart;
|
||||
newModel.moduleData[i].channelsCount = oldModel.moduleData[i].channelsCount;
|
||||
newModel.moduleData[i].failsafeMode = oldModel.moduleData[i].failsafeMode;
|
||||
newModel.moduleData[i].failsafeMode = oldModel.moduleData[i].failsafeMode + 1;
|
||||
for (int j=0; j<NUM_CHNOUT; j++) {
|
||||
newModel.moduleData[i].failsafeChannels[j] = oldModel.moduleData[i].failsafeChannels[j];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue