Merge pull request #593 from meshtastic/fifieldt-patch-1

Add RegionCodes for Philippines
This commit is contained in:
Ben Meadors 2024-10-06 07:48:56 -05:00 committed by GitHub
commit c9ae7fd478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -802,6 +802,21 @@ message Config {
* Singapore 923mhz
*/
SG_923 = 18;
/*
* Philippines 433mhz
*/
PH_433 = 19;
/*
* Philippines 868mhz
*/
PH_868 = 20;
/*
* Philippines 915mhz
*/
PH_915 = 21;
}
/*