From eeafa61cfed7f0d629d4f698e88c7e90cef60d8a Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:56:56 -0500 Subject: [PATCH] Update Android usage.mdx Describes the new functionality proposed in https://github.com/meshtastic/Meshtastic-Android/pull/1144. --- docs/software/android/usage.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/software/android/usage.mdx b/docs/software/android/usage.mdx index f6e6940c..1e9acea8 100644 --- a/docs/software/android/usage.mdx +++ b/docs/software/android/usage.mdx @@ -140,8 +140,10 @@ By default there is no long-term store-and-forward of messages, so messages not The network list shows all the users (devices) that have connected to the same Channel. For each entry, it shows the last time they were active, their location and distance (when available), and their last known power status. In the example above, Monkey is the local user, Rabbit was last heard from 10 minutes ago and is 50m away, and Panda was last heard 11 minutes ago and 5m away. -- Tap on a node from the list to start Direct Messaging, request a position update, request a [traceroute](/docs/configuration/module/traceroute) or add it to your [Ignore Incoming Array](/docs/configuration/radio/lora#ignore-incoming-array). -- If you have an [Admin Channel](/docs/configuration/remote-admin) enabled on your devices, tapping on the node will also display an option to remotely configure the node. +- Tap on a node in the list to show more details about the node. A Show Details toggle is in the filter menu. +- Tap on a node's colored chip to start Direct Messaging, request a position update, request a [traceroute](/docs/configuration/module/traceroute) or add it to your [Ignore Incoming Array](/docs/configuration/radio/lora#ignore-incoming-array). +- Tap on a node's location coordinates to open in your maps application, long press to copy the coordinates to your clipboard. +- If you have an [Admin Channel](/docs/configuration/remote-admin) enabled on your devices, tapping on the node's colored chip will also display an option to remotely configure the node. ### View the map