Temperature variance monitor (#23373)

This commit is contained in:
John Lagonikas
2022-01-02 02:18:07 +02:00
committed by Scott Lahteine
parent b435487da7
commit 2ca1d844d7
7 changed files with 64 additions and 9 deletions

View File

@ -240,6 +240,7 @@
#define STR_REDUNDANCY "Heater switched off. Temperature difference between temp sensors is too high !"
#define STR_T_HEATING_FAILED "Heating failed"
#define STR_T_THERMAL_RUNAWAY "Thermal Runaway"
#define STR_T_MALFUNCTION "Thermal Malfunction"
#define STR_T_MAXTEMP "MAXTEMP triggered"
#define STR_T_MINTEMP "MINTEMP triggered"
#define STR_ERR_PROBING_FAILED "Probing Failed"