mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 23:08:12 +00:00
Fix LED blink in PPM mode
This commit is contained in:
parent
99e8be227e
commit
3d7bc6583d
@ -240,6 +240,7 @@ void setup()
|
|||||||
{ // PPM
|
{ // PPM
|
||||||
mode_select--;
|
mode_select--;
|
||||||
protocol = PPM_prot[mode_select].protocol;
|
protocol = PPM_prot[mode_select].protocol;
|
||||||
|
cur_protocol[1] = protocol;
|
||||||
sub_protocol = PPM_prot[mode_select].sub_proto;
|
sub_protocol = PPM_prot[mode_select].sub_proto;
|
||||||
RX_num = PPM_prot[mode_select].rx_num;
|
RX_num = PPM_prot[mode_select].rx_num;
|
||||||
MProtocol_id = RX_num + MProtocol_id_master;
|
MProtocol_id = RX_num + MProtocol_id_master;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user