Remove errant whitespace

This commit is contained in:
David Andrzejewski 2025-02-20 14:46:59 -05:00
parent 81d1208ac3
commit 0e4f490448

View file

@ -118,7 +118,7 @@ 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.