summaryrefslogtreecommitdiff
path: root/mtac.h
diff options
context:
space:
mode:
Diffstat (limited to 'mtac.h')
-rw-r--r--mtac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mtac.h b/mtac.h
index 1a84884..2e36119 100644
--- a/mtac.h
+++ b/mtac.h
@@ -19,6 +19,7 @@
#define PRODUCT_ID_MTAC_MFSER "MTAC-MFSER"
#define PRODUCT_ID_MTAC_ETH "MTAC-ETH"
#define PRODUCT_ID_MTAC_LORA "MTAC-LORA"
+#define PRODUCT_ID_MTAC_LORA_003 "MTAC-003"
#define PRODUCT_ID_MTAC_PULSE "MTAC-PULSE"
#define PRODUCT_ID_MTAC_XDOT "MTAC-XDOT"
@@ -30,6 +31,8 @@
#define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0"
#define HW_VERSION_MTAC_LORA_1_1 "MTAC-LORA-1.1"
#define HW_VERSION_MTAC_LORA_1_5 "MTAC-LORA-1.5"
+#define HW_VERSION_MTAC_LORA_003_0_0 "MTAC-003-0.0"
+#define HW_VERSION_MTAC_LORA_003_0_1 "MTAC-003-0.1"
/* Code assumes CRESET/CDONE (SPI programming) cases will not
* exactly match MTAC-LORA-0.0, 1.0, or 1.1. Also levels before
* 1.5 must be the same length.
@@ -46,6 +49,8 @@ enum {
MTAC_LORA_1_0,
MTAC_LORA_1_1,
MTAC_LORA_1_5,
+ MTAC_LORA_003_0_0,
+ MTAC_LORA_003_0_1,
MTAC_PULSE_1_0,
MTAC_XDOT_0_0,
MTAC_LORA_2G4_0_0,