multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware
501 stars 356 forks source link

Spektrum.c only supports 7channels #136

Closed u8mydog closed 9 years ago

u8mydog commented 10 years ago

I suggest that

define SPEK_MAX_CHANNEL 7

be replaced with

define SPEK_MAX_CHANNEL 8

in file src/spektrum.c in order to match the number of channels supported between ppm and spektrum (satellite direct connect).

BRoadifer commented 10 years ago

I'd love to have this option added. I've spent several hours trying to get my headtracking to work and just learned that this limitation is why I can't get it working. Can this option please be added? I'd gladly pay someone to get this added soon.

fiendie commented 9 years ago

Channel maximum of 7 is only set for SPEK_1024 now.