dsuarezv / mavlink.net

A better MavLink object generation for C#. Richer message classes are generated from the object definitions.
39 stars 35 forks source link

Correcting your loop #16

Closed aborruso closed 7 years ago

aborruso commented 8 years ago

First of all thank you for this useful project. In your origal code at row #83 there is an if condition that does not take care of the last message of a messages series. And in this way you will not ever read the last messagge. I have removed an if condition (#83 row) and added an else condition from #126 to #136.

Thank you again