mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
commit
f8caaf9d4d
|
@ -101,6 +101,20 @@ You can test changing channels with the QR code shown below.
|
||||||
|
|
||||||
![Meshtastic Default Channel](/img/android/default-channel.webp)
|
![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 precision value
|
||||||
|
|
||||||
|
#### Position Precision
|
||||||
|
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
|
### Send a message
|
||||||
|
|
||||||
[![Messages](/img/android/android-messages-sm.webp)](/img/android/android-messages.webp)
|
[![Messages](/img/android/android-messages-sm.webp)](/img/android/android-messages.webp)
|
||||||
|
|
Loading…
Reference in a new issue