From f65678a34f7f507aab2d0f09d30d71051858aa8a Mon Sep 17 00:00:00 2001 From: Ben Lipsey <117498748+pdxlocations@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:36:42 -0700 Subject: [PATCH 1/3] Add LONG_MODERATE to lora config --- docs/configuration/radio/lora.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/lora.mdx b/docs/configuration/radio/lora.mdx index 8c177307..8a109378 100644 --- a/docs/configuration/radio/lora.mdx +++ b/docs/configuration/radio/lora.mdx @@ -162,7 +162,7 @@ LoRa config commands are available in the python CLI. Example commands are below | Setting | Acceptable Values | Default | | :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: | -| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST` | +| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST`, `LONG_MODERATE` | `LONG_FAST` | | lora.use_preset | `false`, `true` | `false` | | lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` | | lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` | From 48cdd0c97b01145409ef2ee486d46f4877626187 Mon Sep 17 00:00:00 2001 From: Ben Lipsey <117498748+pdxlocations@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:39:23 -0700 Subject: [PATCH 2/3] change order --- docs/configuration/radio/lora.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/lora.mdx b/docs/configuration/radio/lora.mdx index 8a109378..e7b03a5e 100644 --- a/docs/configuration/radio/lora.mdx +++ b/docs/configuration/radio/lora.mdx @@ -162,7 +162,7 @@ LoRa config commands are available in the python CLI. Example commands are below | Setting | Acceptable Values | Default | | :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: | -| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST`, `LONG_MODERATE` | `LONG_FAST` | +| lora.modem_preset | `LONG_FAST`, `LONG_MODERATE`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST` | | lora.use_preset | `false`, `true` | `false` | | lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` | | lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` | From 6f138642f0a9e18a7c7648e07ede892c78cb39ce Mon Sep 17 00:00:00 2001 From: Ben Lipsey <117498748+pdxlocations@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:38:00 -0700 Subject: [PATCH 3/3] unfix order to fix order --- docs/configuration/radio/lora.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/lora.mdx b/docs/configuration/radio/lora.mdx index e7b03a5e..fe34ee1e 100644 --- a/docs/configuration/radio/lora.mdx +++ b/docs/configuration/radio/lora.mdx @@ -162,7 +162,7 @@ LoRa config commands are available in the python CLI. Example commands are below | Setting | Acceptable Values | Default | | :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: | -| lora.modem_preset | `LONG_FAST`, `LONG_MODERATE`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST` | +| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST`, `LONG_MODERATE` | | lora.use_preset | `false`, `true` | `false` | | lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` | | lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` |