From 1ead63da36ef007c2bc6a7ff8c86db84a4d043e5 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 12 Jan 2025 07:01:47 +1300 Subject: [PATCH] add short_turbo modem preset --- src/protos/meshtastic/config.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/protos/meshtastic/config.proto b/src/protos/meshtastic/config.proto index 67149d4..9bca4d2 100644 --- a/src/protos/meshtastic/config.proto +++ b/src/protos/meshtastic/config.proto @@ -816,6 +816,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; } /*