Fix: add "USE_CM110x" to decode-status.py

When the CM110x integration has been added, the decode-status.py
a_features array was not updated accordingly.

Signed-off-by: Roberto Bonacina <roby.bonacina@tutanota.com>
This commit is contained in:
Roberto Bonacina 2022-02-05 16:16:48 +01:00
parent f218660b71
commit bdf46ef989
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ a_features = [[
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","USE_INFLUXDB",
"USE_HRG15","USE_VINDRIKTNING","USE_SCD40","USE_HM330X",
"USE_HDC2010","USE_LSC_MCSL","USE_SONOFF_SPM","USE_SHIFT595",
"USE_SDM230","","","",
"USE_SDM230","USE_CM110x","","",
"","","","",
"","","",""
]]