mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
Update RadioInterface.cpp
This commit is contained in:
parent
cf574c71d8
commit
4d17d59567
@ -169,6 +169,14 @@ const RegionInfo regions[] = {
|
||||
*/
|
||||
RDEF(KZ_433, 433.075f, 434.775f, 100, 0, 10, true, false, false), RDEF(KZ_863, 863.0f, 868.0f, 100, 0, 30, true, false, true),
|
||||
|
||||
|
||||
/*
|
||||
Nepal
|
||||
865 MHz to 868 MHz frequency band for IoT (Internet of Things), M2M (Machine-to-Machine), and smart metering use, specifically in non-cellular mode.
|
||||
https://www.nta.gov.np/uploads/contents/Radio-Frequency-Policy-2080-English.pdf?utm_source=chatgpt.com
|
||||
*/
|
||||
RDEF(NPL, 865f, 868f, 100, 0, 30, true, false, false)
|
||||
|
||||
/*
|
||||
2.4 GHZ WLAN Band equivalent. Only for SX128x chips.
|
||||
*/
|
||||
@ -179,6 +187,7 @@ const RegionInfo regions[] = {
|
||||
*/
|
||||
RDEF(UNSET, 902.0f, 928.0f, 100, 0, 30, true, false, false)
|
||||
|
||||
|
||||
};
|
||||
|
||||
const RegionInfo *myRegion;
|
||||
|
Loading…
Reference in New Issue
Block a user