mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-10-28 17:41:04 +00:00
Fix for no bind on SG F22 variants
This commit is contained in:
parent
5ce6c6f544
commit
4fbf66f923
@ -167,6 +167,7 @@ static void __attribute__((unused)) SGF22_initialize_txid()
|
|||||||
rx_tx_addr[3] = 0x61; // TX2:51 TX3:0C
|
rx_tx_addr[3] = 0x61; // TX2:51 TX3:0C
|
||||||
memcpy(hopping_frequency,"\x15\x34\x24\x44", SGF22_RF_NUM_CHANNELS); //Original dump=>21=0x15,52=0x34,36=0x24,68=0x44
|
memcpy(hopping_frequency,"\x15\x34\x24\x44", SGF22_RF_NUM_CHANNELS); //Original dump=>21=0x15,52=0x34,36=0x24,68=0x44
|
||||||
#endif
|
#endif
|
||||||
|
if (sub_protocol == SGF22_CX10)
|
||||||
#ifdef FORCE_SGF22_CX10_ORIGINAL_ID
|
#ifdef FORCE_SGF22_CX10_ORIGINAL_ID
|
||||||
if(rx_tx_addr[3] & 1)
|
if(rx_tx_addr[3] & 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user