Fixed xn297 scramble mode affecting cx-10a and probably other xn297 based protocols...

This commit is contained in:
pascallanger
2016-04-18 19:43:12 +02:00
parent 4486582006
commit 6d752acb28
2 changed files with 6 additions and 12 deletions

View File

@@ -258,7 +258,7 @@ uint8_t NRF24L01_packet_ack()
///////////////
// XN297 emulation layer
uint8_t xn297_scramble_enabled;
uint8_t xn297_scramble_enabled=1; //enabled by default
uint8_t xn297_addr_len;
uint8_t xn297_tx_addr[5];
uint8_t xn297_rx_addr[5];