Add feature10 bitmap

This commit is contained in:
Theo Arends
2023-11-09 14:25:24 +01:00
parent b04d26a7a3
commit 9b5945a117
2 changed files with 51 additions and 7 deletions
+11 -2
View File
@@ -212,7 +212,7 @@ a_setoption = [[
"(Berry) Handle berry led using RMT0 as additional WS2812 scheme",
"(ZCDimmer) Enable rare falling Edge dimmer instead of leading edge",
"(Sen5x) Run in passive mode when there is another I2C master (e.g. Ikea Vindstyrka), i.e. do not set up Sen5x sensor, higher polling interval",
"",
"(NeoPool) Output sensitive data (1)",
"","","","",
"","","","",
"","","","",
@@ -301,6 +301,15 @@ a_features = [[
"USE_GDK101","USE_GM861","USE_TC74","USE_PCA9557",
"USE_SGP4X","USE_MAX17043","USE_ENS16x","USE_ENS210",
"USE_HC8","","",""
],[
"","","","",
"","","","",
"","","","",
"","","","",
"","","","",
"","","","",
"","","","",
"","","",""
]]
usage = "usage: decode-status {-d | -f} arg"
@@ -328,7 +337,7 @@ else:
obj = json.load(fp)
def StartDecode():
print ("\n*** decode-status.py v13.1.0.4 by Theo Arends and Jacek Ziolkowski ***")
print ("\n*** decode-status.py v13.2.0.2 by Theo Arends and Jacek Ziolkowski ***")
# print("Decoding\n{}".format(obj))