We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce6c6f commit 4fbf66fCopy full SHA for 4fbf66f
1 file changed
Multiprotocol/SGF22_nrf24l01.ino
@@ -167,6 +167,7 @@ static void __attribute__((unused)) SGF22_initialize_txid()
167
rx_tx_addr[3] = 0x61; // TX2:51 TX3:0C
168
memcpy(hopping_frequency,"\x15\x34\x24\x44", SGF22_RF_NUM_CHANNELS); //Original dump=>21=0x15,52=0x34,36=0x24,68=0x44
169
#endif
170
+ if (sub_protocol == SGF22_CX10)
171
#ifdef FORCE_SGF22_CX10_ORIGINAL_ID
172
if(rx_tx_addr[3] & 1)
173
{
0 commit comments