Update RadioInterface.cpp

This commit is contained in:
saiman pokhrel 2025-07-19 00:42:54 +05:45 committed by GitHub
parent cf574c71d8
commit 4d17d59567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
865MHz to 868MHz 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;