mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Nepal 865 MHz to 868 MHz (#736)
As identified by @WOD-MN , Nepal has a dedicated IoT frequency. 865 MHz to 868 MHz, no power limit, not duty cycle restrictions Machine to Machine (M2M)/Internet of Things (IoT) https://www.nta.gov.np/uploads/contents/Radio-Frequency-Policy-2080-English.pdf Firmware patch: https://github.com/meshtastic/firmware/pull/7380
This commit is contained in:
parent
15c1fbde88
commit
8b09ca9643
1 changed files with 4 additions and 0 deletions
|
|
@ -931,6 +931,10 @@ message Config {
|
|||
* Kazakhstan 863MHz
|
||||
*/
|
||||
KZ_863 = 24;
|
||||
/*
|
||||
* Nepal 865MHz
|
||||
*/
|
||||
NP_865 = 25;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue