Update PetFilaMachine.ino

This commit is contained in:
Mirivlad 2022-04-03 16:01:25 +08:00 committed by GitHub
parent 4d6a3b8787
commit 1f2772ae02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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");
}