From 53ed275e61935960b97f75b2f3532ba76d7161ec Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Fri, 9 Jan 2015 01:01:37 +1300 Subject: [PATCH] Add doc links to the interactive log viewer tool --- docs/Blackbox.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Blackbox.md b/docs/Blackbox.md index 9f3a720e9..05effe956 100644 --- a/docs/Blackbox.md +++ b/docs/Blackbox.md @@ -13,6 +13,10 @@ found in this repository: 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 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), @@ -171,4 +175,11 @@ software package. You'll find those tools along with instructions for using them in this repository: -https://github.com/cleanflight/blackbox-tools \ No newline at end of file +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. \ No newline at end of file