From 598af57ef495de44b9ff9738e0a8f4f31e3690cc Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Sat, 17 Jan 2015 15:32:50 +1300 Subject: [PATCH] Add documentation for selecting GPS speed unit --- Readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 52748dc..b73838c 100644 --- a/Readme.md +++ b/Readme.md @@ -34,12 +34,13 @@ Usage: blackbox_decode [options] Options: - --help This page - --index Choose the log from the file that should be decoded (or omit to decode all) - --limits Print the limits and range of each field - --stdout Write log to stdout instead of to a file - --debug Show extra debugging information - --raw Don't apply predictions to fields (show raw field deltas) + --help This page + --index Choose the log from the file that should be decoded (or omit to decode all) + --limits Print the limits and range of each field + --stdout Write log to stdout instead of to a file + --unit-gps-speed GPS speed unit (mps|kph|mph), default is mps (meters per second) + --debug Show extra debugging information + --raw Don't apply predictions to fields (show raw field deltas) ``` ## Using the blackbox_render tool