Update PetFilaMachine.ino

This commit is contained in:
2022-04-03 16:01:25 +08:00
committed by GitHub
parent 4d6a3b8787
commit 1f2772ae02
+1 -2
View File
@@ -261,7 +261,7 @@ void loop()
{
//get temperature with filtration
//Serial.println("=====Try get temp");
//filT += (therm.getTemp() - filT) * 0.1;
filT += (therm.getTemp() - filT) * 0.1;
t_current_temp=filT;
//Serial.println("=====Get temp");
//therm.getTempAverage();
@@ -274,7 +274,6 @@ void loop()
change_params(0,100,0);
Serial.println("=====Send current temp");
}