lmic_config.h: removed unsupported bands
This commit is contained in:
parent
524d2ae3e7
commit
651869d55e
@ -7,13 +7,10 @@
|
|||||||
// --> please check with you local regulations for ISM band frequency use!
|
// --> please check with you local regulations for ISM band frequency use!
|
||||||
|
|
||||||
#define CFG_eu868 1 // Europe (high band)
|
#define CFG_eu868 1 // Europe (high band)
|
||||||
//#define CFG_eu433 1 // Europe (low band)
|
|
||||||
//#define CFG_us915 1 // USA, Canada and South America
|
//#define CFG_us915 1 // USA, Canada and South America
|
||||||
//#define CFG_in866 1 // India
|
//#define CFG_in866 1 // India
|
||||||
//#define CFG_au915 1 // Australia
|
//#define CFG_au915 1 // Australia
|
||||||
//#define CFG_as923 1 // Asia
|
//#define CFG_as923 1 // Asia
|
||||||
//#define CFG_cn783 1 // China (high band)
|
|
||||||
//#define CFG_cn490 1 // China (low band)
|
|
||||||
//#define CFG_kr920 1 // Korea
|
//#define CFG_kr920 1 // Korea
|
||||||
|
|
||||||
// LMIC LORAWAN STACK SETTINGS
|
// LMIC LORAWAN STACK SETTINGS
|
||||||
|
Loading…
Reference in New Issue
Block a user