From f133877e95a786f511a074c820e169a595eec10b Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 7 Sep 2017 08:57:28 -0500 Subject: Prevent MTCAP-0.0 being announced as MTCAP-0.1 --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 697852a..ebb1b22 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -860,7 +860,7 @@ mts_id_eeprom_load(void) if (DEVICE_CAPA(id_eeprom.capa, CAPA_LORA)) { attr_group_lora = &mtcap_0_0_lora_attribute_group; } - log_info("detected board %s", HW_VERSION_MTCAP_0_1); + log_info("detected board %s", tmp); } else if (strncmp(id_eeprom.hw_version, HW_VERSION_MTR_0_0, strlen(HW_VERSION_MTR_0_0)) == 0) { attr_group = &mtr_platform_attribute_group; gpio_pins = gpio_pins_mtr_0_0; -- cgit v1.2.3