Update fixed position-related documentation for meshtastic/python#584 changes

This commit is contained in:
Ian McEwen 2024-06-01 11:55:20 -07:00
parent e31cd31d04
commit 594f081f8d
No known key found for this signature in database
GPG key ID: 55BFD6FCB698EC37

View file

@ -168,12 +168,12 @@ meshtastic --set position.fixed_position true
The device will continue to acquire GPS coordinates according to the `gps_update_interval`, but will use the last saved coordinates as its fixed point.
:::
```shell title="Set Fixed Position - User Defined"
```shell title="Set and Enable Fixed Position - User Defined"
meshtastic --setlat 37.8651 --setlon -119.5383
```
```shell title="Unset Fixed Position"
meshtastic --set position.fixed_position false
```shell title="Remove and Unset Fixed Position"
meshtastic --remove-position
```
```shell title="Enable / Disable Smart position broadcast (Enabled by default)"