Browse Source

Hotfix: Add support for 9-channel Spektrum/DSM setups.

Tested by Felipe Reis <felipereis87@gmail.com>
sbg
px4dev 12 years ago
parent
commit
8e66268c35
  1. 1
      apps/px4io/dsm.c

1
apps/px4io/dsm.c

@ -241,6 +241,7 @@ dsm_guess_format(bool reset) @@ -241,6 +241,7 @@ dsm_guess_format(bool reset)
0x3f, /* 6 channels (DX6) */
0x7f, /* 7 channels (DX7) */
0xff, /* 8 channels (DX8) */
0x1ff, /* 9 channels (DX9, etc.) */
0x3ff, /* 10 channels (DX10) */
0x3fff /* 18 channels (DX10) */
};

Loading…
Cancel
Save