Merge pull request #820 from meshtastic/jp-bennett-patch-4

Add LONG_TURBO preset to config.proto
This commit is contained in:
Ben Meadors 2025-12-15 16:33:56 -06:00 committed by GitHub
commit 1cf2783bdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -978,6 +978,12 @@ 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.
*/
LONG_TURBO = 9;
}
/*