Update PetFilaMachine.ino
This commit is contained in:
parent
4d6a3b8787
commit
1f2772ae02
|
@ -261,7 +261,7 @@ void loop()
|
||||||
{
|
{
|
||||||
//get temperature with filtration
|
//get temperature with filtration
|
||||||
//Serial.println("=====Try get temp");
|
//Serial.println("=====Try get temp");
|
||||||
//filT += (therm.getTemp() - filT) * 0.1;
|
filT += (therm.getTemp() - filT) * 0.1;
|
||||||
t_current_temp=filT;
|
t_current_temp=filT;
|
||||||
//Serial.println("=====Get temp");
|
//Serial.println("=====Get temp");
|
||||||
//therm.getTempAverage();
|
//therm.getTempAverage();
|
||||||
|
@ -274,7 +274,6 @@ void loop()
|
||||||
|
|
||||||
change_params(0,100,0);
|
change_params(0,100,0);
|
||||||
Serial.println("=====Send current temp");
|
Serial.println("=====Send current temp");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue