XK2 details

This commit is contained in:
pascallanger 2025-01-21 17:06:21 +01:00
parent 546a962d96
commit eaf71c2f49
2 changed files with 1 additions and 3 deletions

View File

@ -157,8 +157,6 @@ uint16_t XK2_callback()
debug(" %02X",packet[i]); debug(" %02X",packet[i]);
debugln(""); debugln("");
#endif #endif
//phase = XK2_BIND1;
//return 500;
crc8 = 0xBF; crc8 = 0xBF;
for(uint8_t i=0; i<XK2_PAYLOAD_SIZE-1; i++) for(uint8_t i=0; i<XK2_PAYLOAD_SIZE-1; i++)
crc8 += packet[i]; crc8 += packet[i];

View File

@ -1515,7 +1515,7 @@ Models: WLtoys cars 284131/284161/284010/124016/124017/144010 and Eachine EAT14
## XK2 - *99* ## XK2 - *99*
### Sub_protocol X4 - *0* ### Sub_protocol X4 - *0*
Transmitter: XK X4-A160, X5S, model: XK A160S, XK A280 Transmitter: XK X4-A160, X5S, model: XK A160S, XK A280, XK A300
If a CC2500 is installed it will be used for this sub protocol. Option in this case is used for fine frequency tuning like any CC2500 protocols so check the [Frequency Tuning page](/docs/Frequency_Tuning.md). If a CC2500 is installed it will be used for this sub protocol. Option in this case is used for fine frequency tuning like any CC2500 protocols so check the [Frequency Tuning page](/docs/Frequency_Tuning.md).