thermferm/thermferm.h

changeset 284
9e6fb5aed618
parent 270
df81d583c2c3
child 289
d810df0df36a
--- 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;

mercurial