mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #1281 from ianmcorvidae/fixed-pos-python-update
Update fixed position-related documentation for meshtastic/python#584 changes
This commit is contained in:
commit
fdba4943ee
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue