mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Merge pull request #770 from pdxlocations/fixed-position-01
Fix the fixed position default value
This commit is contained in:
commit
cdf526cff2
|
@ -32,7 +32,7 @@ How long should we try to get our position during each GPS update interval attem
|
||||||
|
|
||||||
Acceptable values: `true` or `false`
|
Acceptable values: `true` or `false`
|
||||||
|
|
||||||
True by default
|
False by default
|
||||||
|
|
||||||
If set, this node is at a fixed position. The device will generate GPS updates at the regular GPS update interval, but use whatever the last lat/lon/alt it saved for the node. The lat/lon/alt can be set by an internal GPS or with the help of the mobile device's GPS.
|
If set, this node is at a fixed position. The device will generate GPS updates at the regular GPS update interval, but use whatever the last lat/lon/alt it saved for the node. The lat/lon/alt can be set by an internal GPS or with the help of the mobile device's GPS.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue