Fix numbered list
This commit is contained in:
parent
3fc18803d6
commit
2bdd82158e
10
docs/Gps.md
10
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:
|
Enable the GPS from the CLI as follows:
|
||||||
|
|
||||||
1) first enable the `feature GPS`
|
1. first enable the `feature GPS`
|
||||||
2) set the `gps_provider`
|
1. set the `gps_provider`
|
||||||
3) if required, set your GPS baud rate using `gps_baudrate`
|
1. 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.
|
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.
|
||||||
5) `save`.
|
1. `save`.
|
||||||
|
|
||||||
Note: GPS packet loss has been observed at 115200. Try using 57600 if you experience this.
|
Note: GPS packet loss has been observed at 115200. Try using 57600 if you experience this.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue