cleanflight / blackbox-log-viewer

Interactive log viewer for flight logs recorded with blackbox
GNU General Public License v3.0
85 stars 43 forks source link

Accept the new yaw rate and expo values #58

Closed McGiverGim closed 7 years ago

McGiverGim commented 7 years ago

The new versions of CF/BF use two new strings for the YAW rate and YAW expo. For example:

H rc_rate_yaw:100
H rc_yaw_expo:25

This PR accepts the new values.

McGiverGim commented 7 years ago

Please don't merge. Some called are changing the name in the code and one of them has changed. When the clean up finish I'll change it.

McGiverGim commented 7 years ago

I close this PR, it's not needed since there's another bigger one that includes the same correction:

https://github.com/cleanflight/blackbox-log-viewer/pull/59