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:
parent
fd86014308
commit
53ed275e61
1 changed files with 12 additions and 1 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue