mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
HLK-LD2402 fix for missing '|' (#23142)
Signed-off-by: Anthony Sepa <protectivedad@gmail.com> Co-authored-by: Anthony Sepa <protectivedad@gmail.com>
This commit is contained in:
parent
ac8236abe1
commit
69c3863b14
@ -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
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user