diff -r affe4d2adc94 -r 9e6fb5aed618 thermferm/thermferm.h --- a/thermferm/thermferm.h Tue Sep 02 16:54:18 2014 +0200 +++ b/thermferm/thermferm.h Wed Sep 03 15:02:09 2014 +0200 @@ -138,6 +138,7 @@ int prof_state; /* Profile OFF|PAUSE|RUN|DONE */ float prof_target; /* Profile current target temp */ time_t prof_paused; /* Profile total pause time */ + int prof_percent; /* Profile percentage done */ float PID_I_err; /* PID Intergal error */ float PID_err_old; /* PID old error value */ } units_list;