From d9ce6b6e66f44a844307719c6a67852b186b27a4 Mon Sep 17 00:00:00 2001 From: Andrii Pientsov Date: Fri, 21 Jan 2022 10:00:26 +0200 Subject: MTX-4356 mPower R.6.0.x: MTCAP3 - GP-1352, PP-477 : need --capa-lora-lbt for MTCAP3 in mts-id-eeprom --- 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 2a86ebd..4da1f44 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -78,4 +78,5 @@ do { \ #define CAPA_BATTERY DEVICE_CAPA_VALUE(1, 4) // 1st battery type #define CAPA_SUPERCAP DEVICE_CAPA_VALUE(1, 5) #define CAPA_CELLULAR DEVICE_CAPA_VALUE(1,2) // Only valid if eeprom_layout_version > 0 +#define CAPA_LORA_LBT DEVICE_CAPA_VALUE(1, 1) // on-board lora lbt #endif /* __MTS_EEPROM_H */ -- cgit v1.2.3