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:
protectivedad 2025-03-12 11:26:02 -03:00 committed by GitHub
parent ac8236abe1
commit 69c3863b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
;