Skip to content

Commit 5558e73

Browse files
committed
Add Example17_NTRIPClient_With_GGA_Callback
1 parent 3cede3b commit 5558e73

File tree

3 files changed

+525
-1
lines changed

3 files changed

+525
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ v2.1.0 of the library adds support for u-blox AssistNow<sup>TM</sup> Assisted GN
6060
## Automatic support for correction services like RTK2go, Emlid Caster and Skylark (Swift Navigation)
6161

6262
RTK NTRIP corrections services often require you to send them your location in NMEA GPGGA format. v2.2 of the library makes this simple by providing get functions and automatic callbacks
63-
for both GPGGA and GNGGA messages. You can now instruct your module to output GPGGA (e.g.) every 10 seconds and then push it to the correction server directly from the callback! No more polling, no more parsing!
63+
for both GPGGA and GNGGA messages. You can now instruct your module to output GPGGA (e.g.) every 10 seconds and then push it to the correction server directly from the callback. No more polling, no more parsing!
6464

6565
v2.2 also includes two new functions useful for correction services:
6666

0 commit comments

Comments
 (0)