From 3b9609e983448d4450d4087fd3898b0094487588 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 30 Sep 2016 16:06:18 -0500 Subject: Add new capabilities for Redpine rs9113 and uBlox EVA 7M --- io-module/mts_eeprom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3