diff -r 31b14c9ac625 -r 750f2468dec5 thermferm/pid.h --- a/thermferm/pid.h Sat Mar 05 12:50:23 2016 +0100 +++ b/thermferm/pid.h Fri Mar 11 20:27:02 2016 +0100 @@ -21,7 +21,7 @@ double Input; /* Input value */ double Err; /* Error, diff between input and set point */ - double ErrLast; /* Error from last pass */ + double InputLast; /* Input from last pass */ double iState; /* Error from next last pass */ double SetP; /* Set point */ double OutP; /* Output of PID algorithm */