From ace6855ee90434b77bdf99f915804584251a6ea1 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 3 Oct 2019 17:31:15 -0500 Subject: MTCAP 0.2 hardware revision with optional battery --- io-module/mts_eeprom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io-module/mts_eeprom.h') diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 478a107..8e1d76c 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -64,4 +64,5 @@ do { \ /* Used for rs9113 detection in Conduit 0.1 and others */ #define CAPA_WIFI DEVICE_CAPA_VALUE(1, 6) #define CAPA_LORA DEVICE_CAPA_VALUE(1, 3) // on-board lora +#define CAPA_BATTERY DEVICE_CAPA_VALUE(1, 4) // 1st battery type #endif /* __MTS_EEPROM_H */ -- cgit v1.2.3