diff options
author | Jason Reiss <jreiss@multitech.com> | 2020-02-11 10:15:22 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2020-02-11 10:15:22 -0600 |
commit | a818f1b9c528d60ec93d907c35aa2db925e2abf8 (patch) | |
tree | ee5c54c78d73e81048bf7a3de51faf6a98a3bccf | |
parent | 79d8f8205de24c6de5871862cb6249ecfa8cdaf5 (diff) | |
download | mtac-a818f1b9c528d60ec93d907c35aa2db925e2abf8.tar.gz mtac-a818f1b9c528d60ec93d907c35aa2db925e2abf8.tar.bz2 mtac-a818f1b9c528d60ec93d907c35aa2db925e2abf8.zip |
Add support for MTAC-LORA-2G4 card4.0.2
-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 { |