From 1ce170aa18eee2742fe2da477f1cc83883b346c9 Mon Sep 17 00:00:00 2001 From: El Jeffo Date: Sun, 7 Oct 2018 16:15:09 +0900 Subject: [PATCH] Enable AS_923 --- esp_idf_lmic_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp_idf_lmic_config.h b/esp_idf_lmic_config.h index 4b5e903..0734355 100755 --- a/esp_idf_lmic_config.h +++ b/esp_idf_lmic_config.h @@ -16,6 +16,8 @@ #define CFG_eu868 1 #elif defined(CONFIG_TTN_LORA_FREQ_US_915) #define CFG_us915 1 +#elif defined(CONFIG_TTN_LORA_FREQ_AS_923) +#define CFG_as923 1 #else #define TTN_IS_DISABLED 1 #define CFG_eu868 1