Skip to content

Commit ce6243d

Browse files
committed
FX/620: IDs
1 parent 80f9ff4 commit ce6243d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Multiprotocol/FX_nrf24l01.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Multiprotocol is distributed in the hope that it will be useful,
3333
#define FX620_PAYLOAD_SIZE 7
3434
#define FX620_CH_OFFSET 1
3535

36-
#define FORCE_FX620_ID
36+
//#define FORCE_FX620_ID
3737

3838
static void __attribute__((unused)) FX_send_packet()
3939
{
@@ -138,8 +138,8 @@ static void __attribute__((unused)) FX_initialize_txid()
138138
rx_tx_addr[0] = rx_tx_addr[3];
139139
hopping_frequency[0] = 0x18 + rx_tx_addr[3]&0x07; // just to try something
140140
#ifdef FORCE_FX620_ID
141-
memcpy(rx_tx_addr,(uint8_t*)"\x34\xA9\x32",3);
142-
hopping_frequency[0] = 0x18; //on dump: 24 34 44 54
141+
memcpy(rx_tx_addr,(uint8_t*)"\x34\xA9\x32",3);
142+
hopping_frequency[0] = 0x18; //on dump: 24 34 44 54
143143
#endif
144144
for(uint8_t i=1;i<FX_NUM_CHANNELS;i++)
145145
hopping_frequency[i] = i*10 + hopping_frequency[0];

Protocols_Details.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,8 +1615,6 @@ Only 8 TX IDs available
16151615
### Sub_protocol 620 - *1*
16161616
Model: FX620 SU35
16171617

1618-
Only 1 TX ID available
1619-
16201618
## FY326 - *20*
16211619

16221620
### Sub_protocol FY326 - *0*

0 commit comments

Comments
 (0)