Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Feb 5, 2025
1 parent dc76f61 commit fe28ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dead_reckoning/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** Can add additional NMEA sentences (such as `$GNGSA`, `$GPGSV`, `$GLGSV`, and an additional `$GPGSA`) that are not shown in the user interface. (Optional)
- **Supplementary Data:** Can add additional NMEA sentences (such as `"$GNGSA"`, `"$GPGSV"`, `"$GLGSV"`, and `"$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.
Expand Down

0 comments on commit fe28ebc

Please sign in to comment.