Use CC2500 if available instead of NRF24L01 for E010 and PHOENIX (#225)

* Use CC2500 if available instead of NRF24L01 for E010 and PHOENIX sub protocols

* Update documentation

* Why do I always swap below & above ?
This commit is contained in:
goebish
2019-05-16 13:17:39 +02:00
committed by pascallanger
parent fda7e2e5b6
commit aa540514b8
3 changed files with 183 additions and 37 deletions

View File

@@ -251,7 +251,7 @@ uint8_t xn297_tx_addr[5];
uint8_t xn297_rx_addr[5];
uint8_t xn297_crc = 0;
static const uint8_t xn297_scramble[] = {
const uint8_t xn297_scramble[] = {
0xe3, 0xb1, 0x4b, 0xea, 0x85, 0xbc, 0xe5, 0x66,
0x0d, 0xae, 0x8c, 0x88, 0x12, 0x69, 0xee, 0x1f,
0xc7, 0x62, 0x97, 0xd5, 0x0b, 0x79, 0xca, 0xcc,