WindhoverLabs / airliner

7 stars 3 forks source link

RCIN App sent InputRcMsg with fixed "RcLostFrameCount" #336

Open ynielson opened 1 year ago

ynielson commented 1 year ago

When the app received a 25 bytes data from the device with a correct header and footer, and translated the data, and the "RcFailsafe" was "TRUE" and the "RcLost" was TRUE. The "RcLostFrameCount" was a fixed value "0" in this case.

The app function "ReadDevice" considered this as a FALSE returning and increased the "StrikeCount". If this is not intended, This should be fixed.