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