Add LONG_TURBO preset to config.proto

Added LONG_TURBO preset for long-range communication.
This commit is contained in:
Jonathan Bennett 2025-12-15 15:46:49 -06:00 committed by GitHub
parent 4095e59890
commit 6f437dd699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -978,6 +978,14 @@ message Config {
* It is not legal to use in all regions due to this wider bandwidth.
*/
SHORT_TURBO = 8;
/*
* 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 unombigously legal alternative.
*/
LONG_TURBO = 9;
}
/*