summaryrefslogtreecommitdiff
path: root/io-module/mtac_lora.c
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2016-10-13 15:22:10 -0500
committerJason Reiss <jreiss@multitech.com>2016-10-13 15:22:10 -0500
commitc45f59cbbdb6bd0642be786af6d335691ece9e3b (patch)
tree96dc50b77a0b267b29c52ab604c5fc7d09c18c7d /io-module/mtac_lora.c
parent88ad5fef1497e10691ed663b9afb41df729f1b49 (diff)
downloadmts-io-c45f59cbbdb6bd0642be786af6d335691ece9e3b.tar.gz
mts-io-c45f59cbbdb6bd0642be786af6d335691ece9e3b.tar.bz2
mts-io-c45f59cbbdb6bd0642be786af6d335691ece9e3b.zip
mtac_lora: add version 1.1 for MTAC_LORA 1.0 with USB removed to be SPI card
Diffstat (limited to 'io-module/mtac_lora.c')
-rw-r--r--io-module/mtac_lora.c1
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);