Skip to content

Commit

Permalink
v20210217
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 17, 2021
1 parent e402c04 commit ec053ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"USE_DISPLAY_ILI9488","USE_DISPLAY_SSD1351","USE_DISPLAY_RA8876","USE_DISPLAY_ST7789",
"USE_DISPLAY_SSD1331","USE_UFILESYS","USE_TIMEPROP","USE_PID",
"USE_BS814A2","USE_SEESAW_SOIL","USE_WIEGAND","USE_NEOPOOL",
"USE_TOF10120","USE_SDM72","",""
"USE_TOF10120","USE_SDM72","USE_DISPLAY_TM1637",""
],[
"","","","",
"","","","",
Expand Down Expand Up @@ -282,7 +282,7 @@
obj = json.load(fp)

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

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

Expand Down

0 comments on commit ec053ac

Please sign in to comment.