From a818f1b9c528d60ec93d907c35aa2db925e2abf8 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Tue, 11 Feb 2020 10:15:22 -0600 Subject: Add support for MTAC-LORA-2G4 card --- mtac.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mtac.h b/mtac.h index 1f49651..967bf57 100644 --- a/mtac.h +++ b/mtac.h @@ -36,6 +36,8 @@ * 1.5 must be the same length. */ +#define HW_VERSION_MTAC_LORA_2G4_0_0 "MTAC-LORA-2G4-0.0" + enum { MTAC_NONE, MTAC_GPIOB_0_0, @@ -47,6 +49,7 @@ enum { MTAC_LORA_1_5, MTAC_PULSE_1_0, MTAC_XDOT_0_0, + MTAC_LORA_2G4_0_0, }; enum ap { -- cgit v1.2.3