Update position.mdx

correct conflicting gps_update_interval defaults
This commit is contained in:
Robert 2024-09-17 10:52:25 -05:00 committed by GitHub
parent b144503c37
commit 49b3e5bc36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 45
```