From 2567b7aa4e0d35c40ba5dd1a03ec785a457d5a99 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 15 Dec 2025 16:08:51 -0600 Subject: [PATCH] Update LONG_TURBO comment in config.proto Removed comment about legality of 250Khz channels. --- meshtastic/config.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index b6d6a31..b7db6ec 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -982,8 +982,6 @@ message Config { /* * Long Range - Turbo * This preset performs similarly to LongFast, but with 500Khz bandwidth. - * There is some debate about the legality of 250Khz channels in some regions, - * and this preset would present an unambiguously legal alternative. */ LONG_TURBO = 9; }