Uiv1.8t1 同步 源v1.7更新

优化温度波动显示
This commit is contained in:
createskyblue
2020-09-30 02:51:28 +08:00
parent 0cf973e4c3
commit 3bb765dcba

View File

@@ -1186,7 +1186,7 @@ void SENSORCheck() {
// stabilize displayed temperature when around setpoint
if ((ShowTemp != Setpoint) || (abs(ShowTemp - CurrentTemp) > 5)) ShowTemp = CurrentTemp;
if (abs(ShowTemp - Setpoint) <= 1) ShowTemp = Setpoint;
// set state variable if temperature is in working range; beep if working temperature was just reached
gap = abs(SetTemp - CurrentTemp);
if (gap < 5) {