lmic_config.h: removed unsupported bands

This commit is contained in:
cyberman54 2023-02-24 18:00:12 +01:00
parent 524d2ae3e7
commit 651869d55e

View File

@ -7,13 +7,10 @@
// --> please check with you local regulations for ISM band frequency use!
#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_in866 1 // India
//#define CFG_au915 1 // Australia
//#define CFG_as923 1 // Asia
//#define CFG_cn783 1 // China (high band)
//#define CFG_cn490 1 // China (low band)
//#define CFG_kr920 1 // Korea
// LMIC LORAWAN STACK SETTINGS