Skip to content

Commit 4fbf66f

Browse files
authored
Fix for no bind on SG F22 variants
1 parent 5ce6c6f commit 4fbf66f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Multiprotocol/SGF22_nrf24l01.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ static void __attribute__((unused)) SGF22_initialize_txid()
167167
rx_tx_addr[3] = 0x61; // TX2:51 TX3:0C
168168
memcpy(hopping_frequency,"\x15\x34\x24\x44", SGF22_RF_NUM_CHANNELS); //Original dump=>21=0x15,52=0x34,36=0x24,68=0x44
169169
#endif
170+
if (sub_protocol == SGF22_CX10)
170171
#ifdef FORCE_SGF22_CX10_ORIGINAL_ID
171172
if(rx_tx_addr[3] & 1)
172173
{

0 commit comments

Comments
 (0)