summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2019-06-05 14:27:17 -0600
committerGitHub <noreply@github.com>2019-06-05 14:27:17 -0600
commit1963fec7c0cea3b99e3bd3b0179333791e6b9d80 (patch)
treef4978ed5c53255947a204f2547df70fedf2c2170
parent0a1c3d91dfcfd6be207327470ae6a4cb8696a68c (diff)
downloadnavit-1963fec7c0cea3b99e3bd3b0179333791e6b9d80.tar.gz
Update docs/configuration/vehicle.rst
Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com>
-rw-r--r--docs/configuration/vehicle.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration/vehicle.rst b/docs/configuration/vehicle.rst
index fc21b1b2f..d5aff52b7 100644
--- a/docs/configuration/vehicle.rst
+++ b/docs/configuration/vehicle.rst
@@ -65,6 +65,9 @@ If you want to connect multiple tools to your GPS, you need an multiplexer tool,
===Logging tracks===
To record your trip , you can add a sub-instance "log" to the vehicle. It is possible to add multiple logs.
+
+.. code-block:: xml
+
<source lang="xml">
<log type="gpx" data="track_%Y%m%d%i.gpx" flush_size="1048576" flush_time="900" />
<log type="nmea" data="track_%Y%m%d%i.nmea" flush_size="1048576" flush_time="900" />