mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
Update usage.mdx
Updated with an explanation that a channel can be adjusted, and the position precision is in there and can be adjusted as well. Also included an info box with the precision levels explained.
This commit is contained in:
parent
e0062ec0db
commit
edf9ae69d2
|
@ -101,6 +101,22 @@ You can test changing channels with the QR code shown below.
|
|||
|
||||
![Meshtastic Default Channel](/img/android/default-channel.webp)
|
||||
|
||||
### Adjust a channel
|
||||
|
||||
You can change the following settings by tapping on the name of an existing channel:
|
||||
1. MQTT Uplink
|
||||
2. MQTT Downlink
|
||||
3. Position sharing precision level
|
||||
|
||||
:::note
|
||||
The precision levels currently used in the app correspond to the following values:
|
||||
- HIGH_PRECISION (32), full precision
|
||||
- MED_PRECISION (16), around ±350 meters
|
||||
- LOW_PRECISION (11), around ±11 kilometers
|
||||
- DISABLED (0), location data is never sent over the given channel
|
||||
|
||||
:::
|
||||
|
||||
### Send a message
|
||||
|
||||
[![Messages](/img/android/android-messages-sm.webp)](/img/android/android-messages.webp)
|
||||
|
|
Loading…
Reference in a new issue