BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
182 stars 173 forks source link

Adding packet error count to Radio Status. #6

Closed dogmaphobic closed 8 years ago

dogmaphobic commented 8 years ago

Now that the message sequence issue has been fixed in QGC, I've enabled the packet error count in the Radio Status message. Bumped version to 1.0.1

screen shot 2016-01-16 at 11 57 43 am

rxerrors now shows the total count of lost messages.

This solves #4.