betaflight / blackbox-tools

Tools for working with blackbox flight logs
GNU General Public License v3.0
61 stars 36 forks source link

GPX out read logged alt in dm for Betaflight 4 #25

Closed cpihl closed 5 years ago

cpihl commented 5 years ago

Betaflight 4 log altitude in unit dm instead of cm as in earlier versions. Exporting to GPX file now check firmware version and read as dm unit if log file from Betaflight 4 or later.

mikeller commented 5 years ago

Fixes #24.

cpihl commented 5 years ago

Code has now been formatted as requested.

cpihl commented 5 years ago

Not sure if OK now? A review was dismissed while I reached god level of messing up the most basic rebase, squash and push.

mikeller commented 5 years ago

@cpihl: All good now, just waiting for CI to do its thing and tell us that the build is good.