1
0
forked from me/IronOS

Merge pull request #527 from Ralim/testing-temp-rework

Temperature control system re-write
This commit is contained in:
Ben V. Brown
2019-12-23 19:24:55 +11:00
committed by GitHub
21 changed files with 944 additions and 983 deletions

View File

@@ -121,7 +121,7 @@ def getDebugMenu():
constants.append(datetime.today().strftime('%d-%m-%y'))
constants.append("HW G ")
constants.append("HW M ")
constants.append("HW P ")
constants.append("HW P ")
constants.append("Time ")
constants.append("Move ")
constants.append("RTip ")
@@ -176,7 +176,6 @@ def getLetterCounts(defs, lang):
constants = getConstants()
for x in constants:
textList.append(x[1])
textList.extend(getDebugMenuHeaders())
textList.extend(getTipModelEnumTS100())
textList.extend(getTipModelEnumTS80())
textList.extend(getDebugMenu())