mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-03-15 12:59:09 +00:00
SLT2 trial 3
This commit is contained in:
parent
ed65c81add
commit
b04d4a54f7
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_REVISION 4
|
#define VERSION_REVISION 4
|
||||||
#define VERSION_PATCH_LEVEL 37
|
#define VERSION_PATCH_LEVEL 38
|
||||||
|
|
||||||
#define MODE_SERIAL 0
|
#define MODE_SERIAL 0
|
||||||
|
|
||||||
|
@ -294,7 +294,7 @@ void SLT_init()
|
|||||||
if(sub_protocol==SLT_V1_4)
|
if(sub_protocol==SLT_V1_4)
|
||||||
{
|
{
|
||||||
memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE);
|
memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE);
|
||||||
rx_tx_addr[3] += RX_num;
|
rx_tx_addr[2] += RX_num;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
SLT_RF_init();
|
SLT_RF_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user