From dc76f61cf700be4ec64754571edf995fce9a75aa Mon Sep 17 00:00:00 2001 From: Alex Terrell Date: Wed, 5 Feb 2025 14:41:11 -0700 Subject: [PATCH] Update readme.md --- dead_reckoning/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dead_reckoning/readme.md b/dead_reckoning/readme.md index 2010500..0fa5a41 100644 --- a/dead_reckoning/readme.md +++ b/dead_reckoning/readme.md @@ -13,7 +13,7 @@ The DR_NMEA application is engineered to improve GPS data accuracy by using dead - **Adjustments:** Updates the position mode and quality values in `$GPRMC` and `$GPGGA` sentences based on the extracted data. ### 3. Additional Sentence Generation -- **Supplementary Data:** Produces extra NMEA sentences (such as `$GNGSA`, `$GPGSV`, `$GLGSV`, and an additional `$GPGSA`) that are not shown in the user interface. +- **Supplementary Data:** Can add additional NMEA sentences (such as `$GNGSA`, `$GPGSV`, `$GLGSV`, and an additional `$GPGSA`) that are not shown in the user interface. (Optional) ### 4. Data Transmission - **Communication:** Sends both corrected and additional NMEA sentences to designated servers using TCP, UDP, or serial communication methods.