diff options
author | John Klug <john.klug@multitech.com> | 2016-09-30 16:06:18 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-30 16:06:18 -0500 |
commit | 3b9609e983448d4450d4087fd3898b0094487588 (patch) | |
tree | 0a3784a8fe6f42efb7d2a3c86aded5d735f3c634 | |
parent | 995083ea6f80c1ea7d749fbd6d58127ae1c75455 (diff) | |
download | mts-io-3b9609e983448d4450d4087fd3898b0094487588.tar.gz mts-io-3b9609e983448d4450d4087fd3898b0094487588.tar.bz2 mts-io-3b9609e983448d4450d4087fd3898b0094487588.zip |
Add new capabilities for Redpine rs9113 and uBlox EVA 7M
-rw-r--r-- | io-module/mts_eeprom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 5f5e69c..d77a569 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -59,5 +59,6 @@ do { \ #define CAPA_BLUETOOTH DEVICE_CAPA_VALUE(1, 7) #define CAPA_WIFI DEVICE_CAPA_VALUE(1, 6) - +#define CAPA_WIFI_BT DEVICE_CAPA_VALUE(1, 5) // Redpine rs9113 +#define CAPA_GNSS DEVICE_CAPA_VALUE(1, 4) // ublox EVA 7M #endif |