Skip to content

Commit c9ae7fd

Browse files
authored
Merge pull request #593 from meshtastic/fifieldt-patch-1
Add RegionCodes for Philippines
2 parents 5df44cf + d983fef commit c9ae7fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

meshtastic/config.proto

+15
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,21 @@ message Config {
802802
* Singapore 923mhz
803803
*/
804804
SG_923 = 18;
805+
806+
/*
807+
* Philippines 433mhz
808+
*/
809+
PH_433 = 19;
810+
811+
/*
812+
* Philippines 868mhz
813+
*/
814+
PH_868 = 20;
815+
816+
/*
817+
* Philippines 915mhz
818+
*/
819+
PH_915 = 21;
805820
}
806821

807822
/*

0 commit comments

Comments
 (0)