From 7602749c66735104edb1f72881b0801c1f469779 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 3 May 2024 13:43:21 -0400 Subject: [PATCH] Added documentation on enabling the GPS on Meshtastic --- SETUP.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SETUP.md b/SETUP.md index d21f952..26f6955 100644 --- a/SETUP.md +++ b/SETUP.md @@ -18,6 +18,17 @@ meshtastic --set-owner 'CHANGEME' --set-owner-short 'CHNG' meshtastic --set lora.region US ``` +###### GPS +``` +meshtastic --set position.gps_enabled true +``` + +or for a fixed position... + +``` +meshtastic --set position.fixed_position true --setlat 37.8651 --setlon -119.5383 +``` + ###### CHANNEL ``` meshtastic --ch-set name "SUPERNETS" --ch-set psk "CHANGEME" --ch-set uplink_enabled true --ch-set downlink_enabled true --ch-index 0