Merge pull request #14739 from betarho/CM110x_fix

Fix: add "USE_CM110x" to decode-status.py
This commit is contained in:
Theo Arends 2022-02-05 17:06:25 +01:00 committed by GitHub
commit 276b68aa5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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","","",
"","","","",
"","","",""
]]