mirror of https://github.com/arendst/Tasmota.git
my_user_config add info for HLK-LD2410 HLK-LD2410S and remove trailing spaces (#22670)
* my_user_config add info for HLK-LD2410 HLK-LD2410S * Update tasmota/my_user_config.h Co-authored-by: Erik Kunze <eku@users.noreply.github.com> --------- Co-authored-by: a.spirenkov@vk.team <a.spirenkov@vk.team> Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
This commit is contained in:
parent
2d3a049e59
commit
9b6dc1f0f1
|
@ -566,7 +566,7 @@
|
||||||
// #define MAGICSWITCH_MASKING_WINDOW_LEN 5 // Overridable masking window (in number of 50ms loops)
|
// #define MAGICSWITCH_MASKING_WINDOW_LEN 5 // Overridable masking window (in number of 50ms loops)
|
||||||
|
|
||||||
// -- Optional light modules ----------------------
|
// -- Optional light modules ----------------------
|
||||||
#define USE_LIGHT // Add support for light control
|
#define USE_LIGHT // Add support for light control
|
||||||
#define USE_MY92X1 // Add support for MY92X1 RGBCW led controller as used in Sonoff B1, Ailight and Lohas
|
#define USE_MY92X1 // Add support for MY92X1 RGBCW led controller as used in Sonoff B1, Ailight and Lohas
|
||||||
#define USE_SM16716 // Add support for SM16716 RGB LED controller (+0k7 code)
|
#define USE_SM16716 // Add support for SM16716 RGB LED controller (+0k7 code)
|
||||||
#define USE_SM2135 // Add support for SM2135 RGBCW led control as used in Action LSC (+0k6 code)
|
#define USE_SM2135 // Add support for SM2135 RGBCW led control as used in Action LSC (+0k6 code)
|
||||||
|
@ -742,8 +742,8 @@
|
||||||
// // Both settings together allow to limit searching for INA3221 to only a subset of addresses
|
// // Both settings together allow to limit searching for INA3221 to only a subset of addresses
|
||||||
// #define INA3221_CALC_CHARGE_AH // calculate charge in Ah
|
// #define INA3221_CALC_CHARGE_AH // calculate charge in Ah
|
||||||
// #define INA3221_CALC_ENERGY_WH // calculate energy in Wh
|
// #define INA3221_CALC_ENERGY_WH // calculate energy in Wh
|
||||||
// #define INA3221_SUPPLY_SIDE 0x7777 // the driver adds the measured Shunt Voltage to the Bus Voltage
|
// #define INA3221_SUPPLY_SIDE 0x7777 // the driver adds the measured Shunt Voltage to the Bus Voltage
|
||||||
// for the cannel with a negativ shunt (shunt <0) thus showing the values of the supply side (IN+)
|
// for the cannel with a negativ shunt (shunt <0) thus showing the values of the supply side (IN+)
|
||||||
// additionaly the bits set (bit 0,1,2) enable the scanning of the voltage in the according channel
|
// additionaly the bits set (bit 0,1,2) enable the scanning of the voltage in the according channel
|
||||||
// #define USE_PMSA003I // [I2cDriver78] Enable PMSA003I Air Quality Sensor (I2C address 0x12) (+1k8 code)
|
// #define USE_PMSA003I // [I2cDriver78] Enable PMSA003I Air Quality Sensor (I2C address 0x12) (+1k8 code)
|
||||||
// #define USE_GDK101 // [I2cDriver79] Enable GDK101 sensor (I2C addresses 0x18 - 0x1B) (+1k2 code)
|
// #define USE_GDK101 // [I2cDriver79] Enable GDK101 sensor (I2C addresses 0x18 - 0x1B) (+1k2 code)
|
||||||
|
@ -894,7 +894,8 @@
|
||||||
//#define USE_VINDRIKTNING // Add support for IKEA VINDRIKTNING particle concentration sensor (+0k6 code)
|
//#define USE_VINDRIKTNING // Add support for IKEA VINDRIKTNING particle concentration sensor (+0k6 code)
|
||||||
// #define VINDRIKTNING_SHOW_PM1 // Display undocumented/supposed PM1.0 values
|
// #define VINDRIKTNING_SHOW_PM1 // Display undocumented/supposed PM1.0 values
|
||||||
// #define VINDRIKTNING_SHOW_PM10 // Display undocumented/supposed PM10 values
|
// #define VINDRIKTNING_SHOW_PM10 // Display undocumented/supposed PM10 values
|
||||||
//#define USE_LD2410 // Add support for HLK-LD2410 24GHz smart wave motion sensor (+2k8 code)
|
//#define USE_LD2410 // Add support for HLK-LD2410 24GHz smart wave motion sensor (+3k7 code, 88 RAM)
|
||||||
|
//#define USE_LD2410S // Add support for HLK-LD2410S Ultra Low-power 24GHz smart wave motion sensor (+4k7 code, 144 RAM)
|
||||||
//#define USE_LOX_O2 // Add support for LuminOx LOX O2 Sensor (+0k8 code)
|
//#define USE_LOX_O2 // Add support for LuminOx LOX O2 Sensor (+0k8 code)
|
||||||
//#define USE_GM861 // Add support for GM861 1D and 2D Bar Code Reader (+1k3 code)
|
//#define USE_GM861 // Add support for GM861 1D and 2D Bar Code Reader (+1k3 code)
|
||||||
// #define GM861_DECODE_AIM // Decode AIM-id (+0k3 code)
|
// #define GM861_DECODE_AIM // Decode AIM-id (+0k3 code)
|
||||||
|
|
Loading…
Reference in New Issue