mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Ukraine Freq
This commit is contained in:
parent
e00b5ba7d0
commit
b63b2aeeec
1 changed files with 10 additions and 0 deletions
10
config.proto
10
config.proto
|
|
@ -574,6 +574,16 @@ message Config {
|
|||
* WLAN Band
|
||||
*/
|
||||
LORA_24 = 13;
|
||||
|
||||
/*
|
||||
* Ukraine 433mhz
|
||||
*/
|
||||
UA_433 = 14;
|
||||
|
||||
/*
|
||||
* Ukraine 868mhz
|
||||
*/
|
||||
UA_868 = 15;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue