mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 17:57:53 +00:00
Fix chanskip for first packet
This commit is contained in:
parent
bff4150dec
commit
5aebe20886
@ -129,7 +129,7 @@ uint16_t initFrSkyX_Rx()
|
||||
{
|
||||
FrSkyX_Rx_initialise();
|
||||
frskyx_bind_check = 0;
|
||||
frskyx_rx_chanskip = 0;
|
||||
frskyx_rx_chanskip = 1;
|
||||
hopping_frequency_no = 0;
|
||||
frskyx_rx_data_started = 0;
|
||||
if (IS_BIND_IN_PROGRESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user