Skip to content

Commit

Permalink
v20210812
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 17, 2021
1 parent 28bf2ee commit 62ccaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
"USE_TOF10120","USE_SDM72","USE_DISPLAY_TM1637","USE_PROJECTOR_CTRL"
],[
"USE_MPU_ACCEL","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","",
"","","","",
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","USE_T67XX",
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","USE_INFLUXDB",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -288,7 +288,7 @@
obj = json.load(fp)

def StartDecode():
print ("\n*** decode-status.py v20210627 by Theo Arends and Jacek Ziolkowski ***")
print ("\n*** decode-status.py v20210812 by Theo Arends and Jacek Ziolkowski ***")

# print("Decoding\n{}".format(obj))

Expand Down

0 comments on commit 62ccaf7

Please sign in to comment.