diff options
-rw-r--r-- | io-module/mtac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac.c b/io-module/mtac.c index b89f51f..4cbc31f 100644 --- a/io-module/mtac.c +++ b/io-module/mtac.c @@ -112,6 +112,7 @@ static bool ap_add_product_info_attributes(int port, int type, struct attribute* case MTAC_LORA_0_0: case MTAC_LORA_1_0: + case MTAC_LORA_1_1: case MTAC_LORA_1_5: sprintf(buf, "eui"); kobj_attr = create_attribute(buf, MTS_ATTR_MODE_RO); |