add short_turbo modem preset

This commit is contained in:
liamcottle
2025-01-12 07:01:47 +13:00
parent 619aa07c4a
commit 1ead63da36

View File

@ -816,6 +816,13 @@ message Config {
* Long Range - Moderately Fast * Long Range - Moderately Fast
*/ */
LONG_MODERATE = 7; 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;
} }
/* /*