diff --git a/docs/Gps.md b/docs/Gps.md index 7ff284c5c..247df2427 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.