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:
parent
961fbf291b
commit
93b895a4f5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue