mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
Sky9x platform fixes
This commit is contained in:
parent
5e2fe112b0
commit
c53ba92139
6 changed files with 14 additions and 7 deletions
|
@ -1386,6 +1386,10 @@ void ModelData::clear()
|
|||
moduleData[0].protocol=PXX_XJT_X16;
|
||||
moduleData[1].protocol=OFF;
|
||||
}
|
||||
else if (IS_SKY9X(board)) {
|
||||
moduleData[0].protocol=PPM;
|
||||
moduleData[1].protocol=PPM;
|
||||
}
|
||||
else {
|
||||
moduleData[0].protocol=PPM;
|
||||
moduleData[1].protocol=OFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue