From eed2033cc3ce1bb730111f05826c6c8219a33d97 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 6 Aug 2024 19:29:32 -0500 Subject: [PATCH] Short turbo preset --- meshtastic/config.proto | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index d3756b5..97aafcf 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -825,8 +825,9 @@ message Config { /* * Very Long Range - Slow + * Deprecated in 2.5: Works only with txco and is unusably slow */ - VERY_LONG_SLOW = 2; + VERY_LONG_SLOW = 2 [deprecated = true]; /* * Medium Range - Slow @@ -852,6 +853,13 @@ message Config { * Long Range - Moderately Fast */ LONG_MODERATE = 7; + + /* + * Short Range - Turbo + * This is the fastest preset and the only one with 500kHz bandwidth. + * It is not legal to use in all regions due to this wider bandwidth. + */ + SHORT_TURBO = 8; } /*