goebish / nrf24_multipro

nRF24L01 multi-protocol RC transmitter
GNU General Public License v3.0
472 stars 195 forks source link

Bayang Channel 11 and 12 missing #45

Closed SirDomsen closed 5 years ago

SirDomsen commented 5 years ago

Hi Goebish,

is it possible to add Channel 11 and 12 (CHANNEL_TO and CHANNEL_EMGSTOP in Packet[3])? I see it's in Deviation for quite a while now:

https://github.com/DeviationTX/deviation/blob/master/src/protocol/bayang_nrf24l01.c

Would be cool since I'm just building a new module for a Flymate who owns a Graupner MZ-24.

Would enhance compatibility to Silverware and stock BWhoop

Cheers Domsen

goebish commented 5 years ago

I can add one more channel, but not 2 as channel 12 is used to reset the module.

SirDomsen commented 5 years ago

Wow, that was fast! Right, I didn't think about that. So I'd recommend to add CH_EMGSTOP since thats the emergency throttle cut for stock BWhoop.

goebish commented 5 years ago

Done, CH11 = Emergency stop

SirDomsen commented 5 years ago

Awesome, Thanks very much!