From b6f8f67e5b4053db14b3932211f0fc7098199fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 19 Nov 2025 12:49:23 +0100 Subject: [PATCH] Add EU_866 band definition --- meshtastic/config.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 4d352c1..89c9d96 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -924,6 +924,11 @@ message Config { * Brazil 902MHz */ BR_902 = 26; + + /* + * EU 866MHz RFID band (ETSI EN 302 208) + */ + EU_866 = 27; } /* @@ -978,6 +983,13 @@ message Config { * It is not legal to use in all regions due to this wider bandwidth. */ SHORT_TURBO = 8; + + /* + * Lite Fast + * Medium range preset optimized for EU 866MHz RFID band with 125kHz bandwidth. + * Comparable link budget to MEDIUM_FAST but compliant with ETSI EN 302 208. + */ + LITE_FAST = 9; } /*