From fb6f7515eb0937ac5d0f8658095d755f59089c45 Mon Sep 17 00:00:00 2001 From: Barbudor Date: Sun, 9 Oct 2022 20:00:34 +0200 Subject: [PATCH] my_user_config.h --- tasmota/my_user_config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index a6191a506..259d26402 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -687,6 +687,10 @@ // #define USE_LUXV30B // [I2CDriver70] Enable RFRobot SEN0390 LuxV30b ambient light sensor (I2C address 0x4A) (+0k5 code) // #define USE_QMC5883L // [I2CDriver71] Enable QMC5883L magnetic induction sensor (I2C address 0x0D) (+0k8 code) // #define QMC5883L_TEMP_SHIFT 23 // sensor temperature are not calibrated (only relativ measurement) and need an absolute ground value in °C (see datasheet) +// #define USE_INA3221 // [I2CDriver72] Enable INA3221 3-channel DC voltage and current sensor (I2C address 0x40-0x44) +// #define INA3221_ADDRESS1 // allow to change the 1st address to search for INA3221 to 0x41..0x43 +// #define INA3221_MAX_COUNT // change the number of devices to search for (default 4). +// // Both settings together allow to limit searching for INA3221 to only a subset of addresses // #define USE_RTC_CHIPS // Enable RTC chip support and NTP server - Select only one // #define USE_DS3231 // [I2cDriver26] Enable DS3231 RTC (I2C address 0x68) (+1k2 code)