mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-04 03:39:41 +00:00
Sync radio -> module
This commit is contained in:
@@ -322,6 +322,7 @@ uint16_t ReadFrSkyX()
|
||||
state++;
|
||||
return 3100;
|
||||
case FRSKY_DATA4:
|
||||
telemetry_set_input_sync(9000);
|
||||
len = CC2500_ReadReg(CC2500_3B_RXBYTES | CC2500_READ_BURST) & 0x7F;
|
||||
if (len && (len<=(0x0E + 3))) //Telemetry frame is 17
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user