New XN297L 250Kbps emu layer based on CC2500

This layer can be enabled/disabled with the option XN297L_CC2500_EMU in _config.h
Protocols which are using it so far:
GD00X, KF606 and MJXQ/E010&PHOENIX
This commit is contained in:
Pascal Langer
2019-06-05 21:54:47 +02:00
parent 17c67cc780
commit e8c6225ef0
9 changed files with 283 additions and 208 deletions

View File

@@ -112,7 +112,7 @@ uint16_t state;
uint8_t len;
uint8_t armed, arm_flags, arm_channel_previous;
#if defined(FRSKYX_CC2500_INO) || defined(SFHSS_CC2500_INO) || defined(HITEC_CC2500_INO)
#ifdef CC2500_INSTALLED
uint8_t calData[48];
#endif