From 91ae1898b69223750b81ac68ade73abbec4d7fd9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 16 Jul 2026 16:59:03 +0200 Subject: [PATCH] docs: remove UA_868 Region UA_868 has been removed.* * https://github.com/meshtastic/firmware/pull/10994 Signed-off-by: Oleksandr Kravchuk --- docs/protocol.md | 1 - docs/references/meshtastic-docs-site-notes.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/protocol.md b/docs/protocol.md index f4f0674..8492ff4 100644 --- a/docs/protocol.md +++ b/docs/protocol.md @@ -1109,7 +1109,6 @@ Each `ChannelSettings` carries: | `TH` | Thailand | 920–925 MHz | | | `LORA_24` | (worldwide ISM 2.4 GHz) | 2400–2483.5 MHz | Experimental; SX1280 hardware | | `UA_433` | Ukraine | 433–435 MHz | | -| `UA_868` | Ukraine | 863–870 MHz | | | `MY_433` | Malaysia | 433–435 MHz | | | `MY_919` | Malaysia | 919–923 MHz | | | `SG_923` | Singapore | 923–925 MHz | | diff --git a/docs/references/meshtastic-docs-site-notes.md b/docs/references/meshtastic-docs-site-notes.md index 2aa0742..e76e877 100644 --- a/docs/references/meshtastic-docs-site-notes.md +++ b/docs/references/meshtastic-docs-site-notes.md @@ -123,7 +123,6 @@ Retry counts and backoff strategies for NextHopRouter / ReliableRouter are **not | `TH` | Thailand | 920–925 MHz | | `LORA_24` | 2.4 GHz (experimental/emerging) | 2400–2483.5 MHz | | `UA_433` | Ukraine | 433–435 MHz | -| `UA_868` | Ukraine | 863–870 MHz | | `MY_433` | Malaysia | 433–435 MHz | | `MY_919` | Malaysia | 919–923 MHz | | `SG_923` | Singapore | 923–925 MHz | @@ -435,7 +434,7 @@ Device emits heartbeats every 30 seconds. On BLE, wait ~200 ms after sending a c - `device.tzdef`: POSIX TZ Database string (e.g., `PST8PDT,M3.2.0,M11.1.0` for LA). #### LoRa Config -- `lora.region`: UNSET, US, EU_433, EU_868, CN, JP, ANZ, ANZ_433, KR, TW, RU, IN, NZ_865, TH, LORA_24, UA_433, UA_868, MY_433, MY_919, SG_923, KZ_433, KZ_863, BR_902, NP_865, PH_868, PH_915. +- `lora.region`: UNSET, US, EU_433, EU_868, CN, JP, ANZ, ANZ_433, KR, TW, RU, IN, NZ_865, TH, LORA_24, UA_433, MY_433, MY_919, SG_923, KZ_433, KZ_863, BR_902, NP_865, PH_868, PH_915. - `lora.modem_preset`: LONG_FAST (default), LONG_SLOW, LONG_MODERATE, MEDIUM_FAST, MEDIUM_SLOW, SHORT_FAST, SHORT_SLOW, SHORT_TURBO, VERY_LONG_SLOW. - `lora.use_preset`: Boolean (true = use preset; false = use custom BW/SF/CR). - `lora.bandwidth`: 31, 62, 125, 250, 500 (mapped to kHz).