Calibrate CJC at next boot (#1398)

Changes Cold Junction Compensation (Tip Offset / CJC) to be performed during bootup time. (After starting in settings)
This commit is contained in:
discip
2022-09-10 12:52:57 +02:00
committed by GitHub
parent 19a6e169a7
commit c89db78b45
45 changed files with 572 additions and 557 deletions

View File

@@ -120,20 +120,21 @@ def get_debug_menu() -> List[str]:
return [
datetime.today().strftime("%d-%m-%y"),
"ID ",
"ACC ",
"PWR ",
"Vin ",
"Tip C ",
"Han C ",
"Max C ",
"UpTime ",
"Move ",
"ACC ",
"Move ",
"Tip Res",
"RTip ",
"CTip ",
"CHan ",
"CMax ",
"Vin ",
"PWR ",
"HW G ",
"HW M ",
"HW P ",
"Hall ",
"Tip R ",
"Tip O ",
"HW G ",
"HW M ",
"HW P ",
"Hall ",
]