From 651869d55ee524a97f806efd2a7921802413750f Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Fri, 24 Feb 2023 18:00:12 +0100 Subject: [PATCH] lmic_config.h: removed unsupported bands --- src/lmic_config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lmic_config.h b/src/lmic_config.h index 51c7b63f..c544c81b 100644 --- a/src/lmic_config.h +++ b/src/lmic_config.h @@ -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