diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 33eaa58..06faaee 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -929,6 +929,15 @@ message Config { * Brazil 902MHz */ BR_902 = 26; + + /* + * European Union 433mhz + * When originally defined, the EU_433 frequency band definition was off + * by a small amount. This is a transitional entry communities can use + * to coordinate their switch to the correct values. + */ + EU_433_V2 = 27; + } /*