From ff2949b92db803f04cb056f8b4f83d28db4faa07 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Mon, 9 Nov 2020 14:10:34 -0600 Subject: Changed mtcdt3 lora card identifier from product-id to hw version --- include/General.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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" -- cgit v1.2.3