diff --git a/meshtastic/config.proto b/meshtastic/config.proto index d587207..acbc14e 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -915,6 +915,14 @@ message Config { * Australia / New Zealand 433MHz */ ANZ_433 = 22; + /* + * Kazakhstan 433MHz + */ + KZ_433 = 23; + /* + * Kazakhstan 863MHz + */ + KZ_863 = 24; }