meshtastic- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 7602749c66735104edb1f72881b0801c1f469779
parent 95d0a613b7d99c87720a3ef272837ed598d0b66b Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 3 May 2024 13:43:21 -0400 Added documentation on enabling the GPS on Meshtastic Diffstat:
|
1 file changed, 11 insertions(+), 0 deletions(-) |
diff --git 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 |