From cb217f9fde5821e16dc41dcddcd4f4b236cf5ab7 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:27:32 -0800 Subject: [PATCH] Update ntrip.md --- docs/concepts/ntrip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/ntrip.md b/docs/concepts/ntrip.md index 7a46901..a4c2fa1 100644 --- a/docs/concepts/ntrip.md +++ b/docs/concepts/ntrip.md @@ -1,4 +1,4 @@ -#Using NTRIP for DGPS +# Using NTRIP for DGPS You can use data from a nearby NTRIP server to improve the accuracy if your GPS position, if your device supports it. The Serial and Bluetooth devices supports writing to them, so you merely need to stream the data from the NTRIP server directly to your device. @@ -208,4 +208,4 @@ client.DataReceived += (sender, ntripData) => { }; // Connect to the stream client.Connect(str.Mountpoint); -``` \ No newline at end of file +```