Skip to content

Commit d004f50

Browse files
authored
Add ITU Region 1 and 2/3 Amateur Radio bands (#897)
1 parent 4d5b500 commit d004f50

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,16 @@ message Config {
929929
* Brazil 902MHz
930930
*/
931931
BR_902 = 26;
932+
933+
/*
934+
* ITU Region 1 Amateur Radio 2m band (144-146 MHz)
935+
*/
936+
ITU1_2M = 27;
937+
938+
/*
939+
* ITU Region 2 / 3 Amateur Radio 2m band (144-148 MHz)
940+
*/
941+
ITU23_2M = 28;
932942
}
933943

934944
/*

0 commit comments

Comments
 (0)