Added documentation on enabling the GPS on Meshtastic

This commit is contained in:
Dionysus 2024-05-03 13:43:21 -04:00
parent 95d0a613b7
commit 7602749c66
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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