From 0be4fc80287898595f88f4ab1b64d49833ab10c3 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 20 Jun 2023 08:03:17 -0700 Subject: [PATCH] fix typo in tx_enabled values --- 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 ce880490..a126936e 100644 --- a/docs/configuration/device-config/lora.mdx +++ b/docs/configuration/device-config/lora.mdx @@ -169,7 +169,7 @@ LoRa config commands are available in the python CLI. Example commands are below | lora.frequency_offset | `0` to `1000000` | `0` | | lora.hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3` | | lora.tx_power | `0` to `30` | `0` | -| lora.tx_enabled | `false`, `false` | `true` | +| lora.tx_enabled | `false`, `true` | `true` | | lora.channel_num | `0`, `1` to `NUM_CHANNELS` | `0` | | lora.override_duty_cycle | `false`, `true` | `false` | | lora.sx126x_rx_boosted_gain | `false`, `true` | `false` |