1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00
This commit is contained in:
Bertrand Songis 2017-02-15 18:18:08 +01:00 committed by Andre Bernet
parent fe49fb5442
commit 733cfb3218

View file

@ -1112,7 +1112,7 @@ void ConvertModel_217_to_218(ModelData & model)
}
for (int i=0; i<MAX_EXPOS; i++) {
#if defined(PCBTARANIS)
newModel.expoData[i].srcRaw = oldModel.expoData[i].srcRaw;
newModel.expoData[i].srcRaw = ConvertSource_217_to_218(oldModel.expoData[i].srcRaw);
newModel.expoData[i].scale = oldModel.expoData[i].scale;
newModel.expoData[i].carryTrim = oldModel.expoData[i].carryTrim;
newModel.expoData[i].curve = oldModel.expoData[i].curve;