mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
Damjan and Kilrah remarks taken into account
This commit is contained in:
parent
9ed37ab21b
commit
bda87be10e
3 changed files with 14 additions and 12 deletions
|
@ -1366,7 +1366,9 @@ void ModelData::setDefaultValues(unsigned int id, const GeneralSettings & settin
|
|||
clear();
|
||||
used = true;
|
||||
sprintf(name, "MODEL%02d", id+1);
|
||||
moduleData[0].modelId = id+1;
|
||||
for (int i=0; i<C9X_NUM_MODULES; i++) {
|
||||
moduleData[i].modelId = id+1;
|
||||
}
|
||||
setDefaultMixes(settings);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue