Skip to content

Commit

Permalink
Add RegionCodes for Philippines
Browse files Browse the repository at this point in the history
  • Loading branch information
fifieldt authored Oct 5, 2024
1 parent b419706 commit d983fef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit d983fef

Please sign in to comment.