diff options
Diffstat (limited to 'io-module/mtac_lora.c')
-rw-r--r-- | io-module/mtac_lora.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac_lora.c b/io-module/mtac_lora.c index a0907c8..a822ece 100644 --- a/io-module/mtac_lora.c +++ b/io-module/mtac_lora.c @@ -100,6 +100,7 @@ static bool lora_setup(enum ap port) { if COMPARE_AND_ASSIGN(MTAC_LORA_0_0) else if COMPARE_AND_ASSIGN(MTAC_LORA_1_0) + else if COMPARE_AND_ASSIGN(MTAC_LORA_1_1) else if COMPARE_AND_ASSIGN(MTAC_LORA_1_5) else { log_error("Unknown hw-version in port %d", port); |