mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
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:
@@ -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 ",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user