From 69c3863b141a40e71602a34a53ddef56ec8a8435 Mon Sep 17 00:00:00 2001 From: protectivedad Date: Wed, 12 Mar 2025 11:26:02 -0300 Subject: [PATCH] HLK-LD2402 fix for missing '|' (#23142) Signed-off-by: Anthony Sepa Co-authored-by: Anthony Sepa --- tasmota/include/tasmota_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_template.h b/tasmota/include/tasmota_template.h index f64bd3737..5bd6f9667 100644 --- a/tasmota/include/tasmota_template.h +++ b/tasmota/include/tasmota_template.h @@ -509,7 +509,7 @@ const char kSensorNames[] PROGMEM = D_SENSOR_TM1640_CLK "|" D_SENSOR_TM1640_DIN "|" D_SENSOR_TWAI_TX "|" D_SENSOR_TWAI_RX "|" D_SENSOR_TWAI_BO "|" D_SENSOR_TWAI_CLK "|" D_SENSOR_C8_CO2_5K_TX "|" D_SENSOR_C8_CO2_5K_RX "|" - D_SENSOR_V9240_TX "|" D_SENSOR_V9240_RX + D_SENSOR_V9240_TX "|" D_SENSOR_V9240_RX "|" D_SENSOR_LD2402_TX "|" D_SENSOR_LD2402_RX ;