Merge pull request #722 from meshtastic/KZ

Add Kazakhstan frequencies
This commit is contained in:
Ben Meadors 2025-07-03 06:58:19 -05:00 committed by GitHub
commit 584f0a3a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -915,6 +915,14 @@ message Config {
* Australia / New Zealand 433MHz
*/
ANZ_433 = 22;
/*
* Kazakhstan 433MHz
*/
KZ_433 = 23;
/*
* Kazakhstan 863MHz
*/
KZ_863 = 24;
}