Skip to content

Commit 584f0a3

Browse files
authored
Merge pull request #722 from meshtastic/KZ
Add Kazakhstan frequencies
2 parents 854bb24 + 6c76e4a commit 584f0a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meshtastic/config.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,14 @@ message Config {
915915
* Australia / New Zealand 433MHz
916916
*/
917917
ANZ_433 = 22;
918+
/*
919+
* Kazakhstan 433MHz
920+
*/
921+
KZ_433 = 23;
922+
/*
923+
* Kazakhstan 863MHz
924+
*/
925+
KZ_863 = 24;
918926

919927
}
920928

0 commit comments

Comments
 (0)