1
0
Fork 0
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:
Andre Bernet 2015-08-25 16:16:45 +02:00
parent 5e2fe112b0
commit c53ba92139
6 changed files with 14 additions and 7 deletions

View file

@ -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;