mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add EU_866 band definition
This commit is contained in:
parent
7eb3258fa0
commit
b6f8f67e5b
1 changed files with 12 additions and 0 deletions
|
|
@ -924,6 +924,11 @@ message Config {
|
|||
* Brazil 902MHz
|
||||
*/
|
||||
BR_902 = 26;
|
||||
|
||||
/*
|
||||
* EU 866MHz RFID band (ETSI EN 302 208)
|
||||
*/
|
||||
EU_866 = 27;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -978,6 +983,13 @@ message Config {
|
|||
* It is not legal to use in all regions due to this wider bandwidth.
|
||||
*/
|
||||
SHORT_TURBO = 8;
|
||||
|
||||
/*
|
||||
* Lite Fast
|
||||
* Medium range preset optimized for EU 866MHz RFID band with 125kHz bandwidth.
|
||||
* Comparable link budget to MEDIUM_FAST but compliant with ETSI EN 302 208.
|
||||
*/
|
||||
LITE_FAST = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue