diff --git a/docs/configuration/device-config/channels.mdx b/docs/configuration/device-config/channels.mdx index dccbd1bb..d5e79533 100644 --- a/docs/configuration/device-config/channels.mdx +++ b/docs/configuration/device-config/channels.mdx @@ -116,8 +116,25 @@ values={[ :::info -Limited Channel Config options are available on Android. QR code scanning is available. +Channel Config options are available on Android. ::: +![Android Menu Tabs](/img/android/android-menu-channel.png) + +The Radio Configuration tab can be used for common tasks: +1. View your current channel configuration QR code and URL. +2. Quickly create or modify your primary channel. +3. Select a modem preset for all your channels i.e. `Long Range / Fast`. + +See [Android App Usage](/docs/software/android/usage#setup-a-channel) for more further instruction on setting up your primary channel. + +[![Channel Editor](/img/android/android-channel-edit-sm.png)](/img/android/android-channel-edit.png) + +Tap the Channel Name (or the pen icon) to access the Channel Menu: + +1. Add, remove, or modify secondary channels +2. Create or modify encryption keys +3. Enable uplink and downlink for individual channels + diff --git a/static/img/android/android-channel-edit-sm.png b/static/img/android/android-channel-edit-sm.png new file mode 100644 index 00000000..bd53b211 Binary files /dev/null and b/static/img/android/android-channel-edit-sm.png differ diff --git a/static/img/android/android-channel-edit.png b/static/img/android/android-channel-edit.png new file mode 100644 index 00000000..52c5faee Binary files /dev/null and b/static/img/android/android-channel-edit.png differ diff --git a/static/img/android/android-menu-channel.png b/static/img/android/android-menu-channel.png new file mode 100644 index 00000000..20fc8c50 Binary files /dev/null and b/static/img/android/android-menu-channel.png differ