mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add note to channel config about public MQTT server position filtering.
This commit is contained in:
parent
b6d09ec19c
commit
9d15aeb23e
|
@ -118,8 +118,9 @@ The `position_precision` setting allows control of the level of precision for lo
|
|||
The `position_precision` value is an integer between 0 and 32:
|
||||
|
||||
- A value of 0 means that location data is never sent over the given channel.
|
||||
- A value of 32 means that location data is sent with full precision.
|
||||
- A value of 32 means that location data is sent with full precision.
|
||||
- Values in between indicate the number of bits of precision to be sent, which correspond to a position precision from the table below.
|
||||
- The public MQTT server filters out precise positions, see [here](https://meshtastic.org/docs/software/integrations/mqtt/#location-precision-filtering) for more information.
|
||||
|
||||
<PositionPrecisionBits />
|
||||
|
||||
|
|
Loading…
Reference in a new issue