diff options
-rw-r--r-- | mtac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |