mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add LONG_TURBO preset to config.proto
Added LONG_TURBO preset for long-range communication.
This commit is contained in:
parent
4095e59890
commit
6f437dd699
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue