mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:38:10 +00:00
Update XN297Dump_nrf24l01.ino
This commit is contained in:
parent
652d6604e7
commit
51a3ef8ee9
@ -708,6 +708,7 @@ static uint16_t XN297Dump_callback()
|
|||||||
}
|
}
|
||||||
else if(sub_protocol == XN297DUMP_CC2500)
|
else if(sub_protocol == XN297DUMP_CC2500)
|
||||||
{
|
{
|
||||||
|
#if defined (CC2500_INSTALLED)
|
||||||
if(phase==0)
|
if(phase==0)
|
||||||
{
|
{
|
||||||
address_length=5;
|
address_length=5;
|
||||||
@ -816,6 +817,7 @@ static uint16_t XN297Dump_callback()
|
|||||||
CC2500_Strobe(CC2500_SRX);
|
CC2500_Strobe(CC2500_SRX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
bind_counter++;
|
bind_counter++;
|
||||||
if(IS_RX_FLAG_on) // Let the radio update the protocol
|
if(IS_RX_FLAG_on) // Let the radio update the protocol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user