From f57b423a395c7a54d3acaa83ac9036e4d9281d9e Mon Sep 17 00:00:00 2001 From: nomdetom Date: Wed, 21 Jan 2026 23:22:15 +0000 Subject: [PATCH] Update EU 866MHz band references and descriptions in config.proto --- meshtastic/config.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 89f70a6..7c13b33 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -931,7 +931,7 @@ message Config { BR_902 = 26; /* - * EU 866MHz band (Band no. 46b of 2006/771/EC and subsequent amendments) for Non-specific short-range devices (SRD) + * EU 866MHz band (Band no. 47b of 2006/771/EC and subsequent amendments) for Non-specific short-range devices (SRD) */ EU_866 = 27; @@ -1003,15 +1003,15 @@ message Config { /* * 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. + * Medium range preset optimized for EU 866MHz SRD band with 125kHz bandwidth. + * Comparable link budget to MEDIUM_FAST but compliant with Band no. 47b of 2006/771/EC. */ LITE_FAST = 10; /* * Lite Slow - * Medium-to-moderate range preset optimized for EU 866MHz RFID band with 125kHz bandwidth. - * Comparable link budget to LONG_FAST but compliant with ETSI EN 302 208. + * Medium-to-moderate range preset optimized for EU 866MHz SRD band with 125kHz bandwidth. + * Comparable link budget to LONG_FAST but compliant with Band no. 47b of 2006/771/EC. */ LITE_SLOW = 11;