From 2bdd82158ed32aeb658c6aa0eee88a302238d11f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 6 Jan 2015 07:35:38 +0100 Subject: [PATCH] Fix numbered list --- docs/Gps.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Gps.md b/docs/Gps.md index 7ff284c5c5..247df2427a 100644 --- a/docs/Gps.md +++ b/docs/Gps.md @@ -6,11 +6,11 @@ Two GPS protocols are supported. NMEA text and UBLOX binary. Enable the GPS from the CLI as follows: -1) first enable the `feature GPS` -2) set the `gps_provider` -3) if required, set your GPS baud rate using `gps_baudrate` -4) connect your GPS to a serial port that supports GPS and set an approprate `serial_port_x_scenario` to `2`. where `x` is a serial port number. -5) `save`. +1. first enable the `feature GPS` +1. set the `gps_provider` +1. if required, set your GPS baud rate using `gps_baudrate` +1. connect your GPS to a serial port that supports GPS and set an approprate `serial_port_x_scenario` to `2`. where `x` is a serial port number. +1. `save`. Note: GPS packet loss has been observed at 115200. Try using 57600 if you experience this.