mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add RU region
This commit is contained in:
parent
ac4f53ed8c
commit
7c025b9a4d
2 changed files with 2 additions and 0 deletions
|
|
@ -1067,6 +1067,7 @@ old value will be no longer set.
|
|||
| ANZ | 6 | |
|
||||
| KR | 7 | |
|
||||
| TW | 8 | |
|
||||
| RU | 9 | |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ enum RegionCode {
|
|||
ANZ = 6;
|
||||
KR = 7;
|
||||
TW = 8;
|
||||
RU = 9;
|
||||
|
||||
/*
|
||||
* Add new regions here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue