Skip to content

Commit 4224473

Browse files
committed
Add IN_433 regulatory region code
Append IN_433 as RegionCode 38 without renumbering existing values. This prepares generated bindings and firmware support for India's 433.05-434.79 MHz allocation under G.S.R. 347(E), 2022. Regulatory source: https://eservices.dot.gov.in/sites/default/files/circular-notifications/the-use-of-low-power-radio-frequency-devices-in-the-frequency-band-433.05-to-434.79-mhz-exemption-from-license-rules-2022.pdf Current DoT spectrum-plan context: https://www.dot.gov.in/static/uploads/2026/02/52e468605d5b63c6dfedcf538f1d7d36.pdf Related firmware context: meshtastic/firmware#5940
1 parent 5ba1936 commit 4224473

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,12 @@ message Config {
990990
* Check local law!
991991
*/
992992
ITU2_125CM = 37;
993+
994+
/*
995+
* India 433MHz
996+
* G.S.R. 347(E), 2022
997+
*/
998+
IN_433 = 38;
993999
}
9941000

9951001
/*

0 commit comments

Comments
 (0)