mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Added support for DX10t, which apparently outputs 13 channels
This commit is contained in:
parent
70964dd87c
commit
2d97dff35c
@ -162,6 +162,7 @@ dsm_guess_format(bool reset)
|
||||
0xff, /* 8 channels (DX8) */
|
||||
0x1ff, /* 9 channels (DX9, etc.) */
|
||||
0x3ff, /* 10 channels (DX10) */
|
||||
0x1fff, /* 13 channels (DX10t) */
|
||||
0x3fff /* 18 channels (DX10) */
|
||||
};
|
||||
unsigned votes10 = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user