Merge pull request #1462 from rbrtio/correct-gps_update_interval-conflict
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

resolve gps_update_interval documentation conflict
This commit is contained in:
pdxlocations 2024-09-17 10:21:49 -07:00 committed by GitHub
commit 024ac6c042
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
```