From e27b0626c5c19f863e85d906b445f17de7396b2c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 4 Jul 2023 22:04:11 -0700 Subject: [PATCH 1/2] add config options --- docs/configuration/device-config/lora.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/device-config/lora.mdx b/docs/configuration/device-config/lora.mdx index 2a7d0581..2168e1a6 100644 --- a/docs/configuration/device-config/lora.mdx +++ b/docs/configuration/device-config/lora.mdx @@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import LoRaRegions from "../../blocks/_lora-regions.mdx"; -The LoRa config options are: Region, Modem Preset, Max Hops, Transmit Power, Bandwidth, Spread Factor, Coding Rate, Frequency Offset, Transmit Enabled, Channel Number and Ignore Incoming Array. LoRa config uses an admin message sending a `Config.LoRa` protobuf. +The LoRa config options are: Region, Modem Preset, Max Hops, Transmit Power, Bandwidth, Spread Factor, Coding Rate, Frequency Offset, Transmit Enabled, Channel Number, Ignore Incoming Array, Override Duty Cycle Limit, SX126x RX Boosted Gain, and Override Frequency. LoRa config uses an admin message sending a `Config.LoRa` protobuf. :::note In order to communicate fully, devices within a mesh must have identical settings for Region and Modem Preset, or identical custom Modem settings. From cc5cdabf0bf70d0978239b143ff53b28cd5a48b3 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 4 Jul 2023 22:28:28 -0700 Subject: [PATCH 2/2] update platform options --- docs/configuration/device-config/lora.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/device-config/lora.mdx b/docs/configuration/device-config/lora.mdx index 2168e1a6..43581c84 100644 --- a/docs/configuration/device-config/lora.mdx +++ b/docs/configuration/device-config/lora.mdx @@ -134,7 +134,7 @@ values={[ :::info -LoRa Config options such as Region, Modem Preset, and Hop Limit can be configured on Android. +LoRa Config options are available on Android. 1. Open the Meshtastic App 2. Navigate to: **Vertical Ellipsis (3 dots top right) > Radio Configuration > LoRa** @@ -145,7 +145,7 @@ LoRa Config options such as Region, Modem Preset, and Hop Limit can be configure :::info -Configuration of Region, Modem Preset and Hop Limit is available on iOS, iPadOS and macOS at Settings > Radio Configuration > LoRa. +Configuration of Region, Modem Preset, Transmit Enabled, Hop Limit, Channel Number and RX Boosted gain is available on iOS, iPadOS and macOS at Settings > Radio Configuration > LoRa. :::