mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-27 13:54:46 -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.
|
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
|
meshtastic --setlat 37.8651 --setlon -119.5383
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Unset Fixed Position"
|
```shell title="Remove and Unset Fixed Position"
|
||||||
meshtastic --set position.fixed_position false
|
meshtastic --remove-position
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Enable / Disable Smart position broadcast (Enabled by default)"
|
```shell title="Enable / Disable Smart position broadcast (Enabled by default)"
|
||||||
|
|
Loading…
Reference in a new issue