mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update position.mdx
correct conflicting gps_update_interval defaults
This commit is contained in:
parent
b144503c37
commit
49b3e5bc36
|
@ -155,7 +155,7 @@ meshtastic --set position.fixed_position true --setlat 37.8651 --setlon -119.538
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
```shell title="Set GPS update interval (Default of 0 is 30 seconds)"
|
```shell title="Set GPS update interval (Default of 0 is 2 Minutes)"
|
||||||
meshtastic --set position.gps_update_interval 0
|
meshtastic --set position.gps_update_interval 0
|
||||||
meshtastic --set position.gps_update_interval 45
|
meshtastic --set position.gps_update_interval 45
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue