From fc7598450f095656730da18026eb70a95ceb1a97 Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Wed, 6 Sep 2023 21:16:37 -0600 Subject: [PATCH] Docs: Fix GSA typo --- docs/menu_messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/menu_messages.md b/docs/menu_messages.md index 5f0d99cd5..eeda4107f 100644 --- a/docs/menu_messages.md +++ b/docs/menu_messages.md @@ -23,7 +23,7 @@ Because of the large number of configurations possible, we provide a few common This will turn off all messages and enable the following messages: -* NMEA-GGA, NMEA-SGA, NMEA-GST, NMEA-GSV, NMEA-RMC +* NMEA-GGA, NMEA-GSA, NMEA-GST, NMEA-GSV, NMEA-RMC These five NMEA sentences are commonly used with SW Maps for general surveying. @@ -31,7 +31,7 @@ These five NMEA sentences are commonly used with SW Maps for general surveying. This will turn off all messages and enable the following messages: -* NMEA-GGA, NMEA-SGA, NMEA-GST, NMEA-GSV, NMEA-RMC, RXM-RAWX, RXM-SFRBX +* NMEA-GGA, NMEA-GSA, NMEA-GST, NMEA-GSV, NMEA-RMC, RXM-RAWX, RXM-SFRBX These seven sentences are commonly used when logging and doing Precise Point Positioning (PPP) or Post Processed Kinematics (PPK). You can read more about PPP [here](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station).