From edf9ae69d278b231d2d72c11ae5a83c1759dc256 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:11:21 +0100 Subject: [PATCH 1/2] 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. --- docs/software/android/usage.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index 76379c60..cdd37117 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -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) From eaf0a453ba0da7bdb328c7eb2ca0e16d16d9b1c6 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:34:28 +0100 Subject: [PATCH 2/2] Update usage.mdx Adjusted based on @rcarteraz comment here: https://github.com/meshtastic/meshtastic/pull/1166#discussion_r1549925115 --- docs/software/android/usage.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index cdd37117..f6e6940c 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -106,17 +106,15 @@ You can test changing channels with the QR code shown below. 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 +3. Position precision value -:::note +#### 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 [![Messages](/img/android/android-messages-sm.webp)](/img/android/android-messages.webp)