From 37bd8b7a8a954f8ef992310c362168767dedd465 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Sun, 31 Mar 2024 08:46:38 -0300 Subject: [PATCH] add gps to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5b4c69d..36f2d12 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ You may also want to add a comment: set comment Hello World! ``` +And possibly enable GPS: + +``` +set gps receiver +``` + +It may also be a good idea to look at all the settings to make sure they're how you want them: + +``` +get +``` + Don't forget to enable transmitting and save your settings: ``` -- GitLab