diff options
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r-- | io-module/mts_io_module.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index b22e4cb..6a0a5a1 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -52,7 +52,7 @@ #define HW_VERSION_MTCPM_DASH "MTCPM-" #define HW_VERSION_MTCPM_0_0 "MTCPM-0.0" // Lora-16 CPU #define HW_VERSION_MTCPM_0_1 "MTCPM-0.1" // MTCDT3AC CPU, GPS on CDC ACM driver -#define HW_VERSION_MTCPM_0_2 "MTCPM-0.2" +#define HW_VERSION_MTCPM_0_2 "MTCPM-0.2" enum { MTHWUNKNOWN, @@ -79,6 +79,7 @@ enum { MTHS_0_1, MTCPM_0_0, MTCPM_0_1, + MTCPM_0_2, MTCAP3_0_0, MTCDT_0_2, MTCDTIP_0_1, // MTCDTIP revision |