Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 598af57

Browse files
committed
Add documentation for selecting GPS speed unit
1 parent 0a7c855 commit 598af57

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ Usage:
3434
blackbox_decode [options] <input logs>
3535
3636
Options:
37-
--help This page
38-
--index <num> Choose the log from the file that should be decoded (or omit to decode all)
39-
--limits Print the limits and range of each field
40-
--stdout Write log to stdout instead of to a file
41-
--debug Show extra debugging information
42-
--raw Don't apply predictions to fields (show raw field deltas)
37+
--help This page
38+
--index <num> Choose the log from the file that should be decoded (or omit to decode all)
39+
--limits Print the limits and range of each field
40+
--stdout Write log to stdout instead of to a file
41+
--unit-gps-speed <unit> GPS speed unit (mps|kph|mph), default is mps (meters per second)
42+
--debug Show extra debugging information
43+
--raw Don't apply predictions to fields (show raw field deltas)
4344
```
4445

4546
## Using the blackbox_render tool

0 commit comments

Comments
 (0)