1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Add doc links to the interactive log viewer tool

This commit is contained in:
Nicholas Sherlock 2015-01-09 01:01:37 +13:00
parent fd86014308
commit 53ed275e61

View file

@ -13,6 +13,10 @@ found in this repository:
https://github.com/cleanflight/blackbox-tools https://github.com/cleanflight/blackbox-tools
You can also view your flight logs using your web browser with the interactive log viewer:
https://github.com/cleanflight/blackbox-log-viewer
## Logged data ## Logged data
The blackbox records flight data on every iteration of the flight control loop. It records the current time in The blackbox records flight data on every iteration of the flight control loop. It records the current time in
microseconds, P, I and D corrections for each axis, your RC command stick positions (after applying expo curves), microseconds, P, I and D corrections for each axis, your RC command stick positions (after applying expo curves),
@ -171,4 +175,11 @@ software package.
You'll find those tools along with instructions for using them in this repository: You'll find those tools along with instructions for using them in this repository:
https://github.com/cleanflight/blackbox-tools https://github.com/cleanflight/blackbox-tools
You can also view your .TXT flight log files interactively using your web browser with the Cleanflight Blackbox Explorer
tool:
https://github.com/cleanflight/blackbox-log-viewer
This allows you to scroll around a graphed version of your log and examine your log in detail.