summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-11-09 14:10:34 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-11-09 14:10:34 -0600
commitff2949b92db803f04cb056f8b4f83d28db4faa07 (patch)
tree740acb95380fdfeb563535434f43b5c98dfe512a /include
parentf13e498b07f525c9e74e735761efc3150ab45224 (diff)
downloadmts-io-sysfs-ff2949b92db803f04cb056f8b4f83d28db4faa07.tar.gz
mts-io-sysfs-ff2949b92db803f04cb056f8b4f83d28db4faa07.tar.bz2
mts-io-sysfs-ff2949b92db803f04cb056f8b4f83d28db4faa07.zip
Changed mtcdt3 lora card identifier from product-id to hw version0.1.10
Diffstat (limited to 'include')
-rw-r--r--include/General.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/General.h b/include/General.h
index c4ea4ca..c5be2ff 100644
--- a/include/General.h
+++ b/include/General.h
@@ -50,7 +50,7 @@ typedef unsigned int uint; //32 bit - even on 64 bit machines
#define FIRMWARE_DATE "Date"
#define SYSFS_PLATFORM "/sys/devices/platform/mts-io/"
-#define PRODUCT_ID_PATH "/sys/devices/platform/mts-io/product-id"
+#define HW_VERSION_PATH "/sys/devices/platform/mts-io/hw-version"
#define LEDS_GPIO_DIR "/sys/devices/platform/leds-gpio/leds/"
#define FIRMWARE_FILE "/etc/issue"