Skip to content

Commit

Permalink
Update fixed position-related documentation for meshtastic/python#584
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
ianmcorvidae committed Jun 1, 2024
1 parent e31cd31 commit 594f081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/radio/position.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 594f081

Please sign in to comment.