Fix numbered list

This commit is contained in:
Pim van Pelt 2015-01-06 07:35:38 +01:00
parent 3fc18803d6
commit 2bdd82158e
1 changed files with 5 additions and 5 deletions

View File

@ -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.