mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:28:15 +00:00
ASF try 2
This commit is contained in:
parent
5acc3a8d01
commit
eb35fefd3e
@ -106,9 +106,9 @@ void KYOSHO3_init()
|
|||||||
hopping_frequency[0] = 0x04;
|
hopping_frequency[0] = 0x04;
|
||||||
|
|
||||||
#ifdef KYOSHO3_FORCE_ID // data taken from TX dump
|
#ifdef KYOSHO3_FORCE_ID // data taken from TX dump
|
||||||
rx_tx_addr[1]=0x01;
|
rx_tx_addr[1] = 0x01;
|
||||||
rx_tx_addr[2]=0xAB;
|
rx_tx_addr[2] = 0xAB;
|
||||||
rx_tx_addr[3]=0x31;
|
rx_tx_addr[3] = 0x31;
|
||||||
hopping_frequency[0] = 0x04;
|
hopping_frequency[0] = 0x04;
|
||||||
#endif
|
#endif
|
||||||
#ifdef KYOSHO3_DEBUG
|
#ifdef KYOSHO3_DEBUG
|
||||||
@ -118,8 +118,8 @@ void KYOSHO3_init()
|
|||||||
|
|
||||||
CYRF_ConfigRFChannel(hopping_frequency[0]);
|
CYRF_ConfigRFChannel(hopping_frequency[0]);
|
||||||
|
|
||||||
bind_counter=1000;
|
bind_counter = 8217;
|
||||||
phase=0;
|
phase = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user