kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #593 from meshtastic/fifieldt-patch-1
Add RegionCodes for Philippinespull/572/head v2.5.6
commit
c9ae7fd478
|
@ -802,6 +802,21 @@ message Config {
|
||||||
* Singapore 923mhz
|
* Singapore 923mhz
|
||||||
*/
|
*/
|
||||||
SG_923 = 18;
|
SG_923 = 18;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Philippines 433mhz
|
||||||
|
*/
|
||||||
|
PH_433 = 19;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Philippines 868mhz
|
||||||
|
*/
|
||||||
|
PH_868 = 20;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Philippines 915mhz
|
||||||
|
*/
|
||||||
|
PH_915 = 21;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue