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

Issue #628 fixed

This commit is contained in:
Bertrand Songis 2014-02-27 17:45:37 +01:00
parent 961fbf291b
commit 93b895a4f5

View file

@ -942,6 +942,7 @@ void ModelData::setDefault(uint8_t id)
clear();
used = true;
sprintf(name, "MODEL%02d", id+1);
modelId = id+1;
}
int ModelData::getTrimValue(int phaseIdx, int trimIdx)