diff -r 37623517e0ef -r c06190a58f22 thermferm/thermferm.h --- a/thermferm/thermferm.h Sun May 25 23:29:07 2014 +0200 +++ b/thermferm/thermferm.h Mon May 26 23:25:48 2014 +0200 @@ -84,6 +84,12 @@ float cs_fridgeSet; /* fridge temperature */ float cs_heatEstimator; float cs_coolEstimator; + /* ControlConstants */ + unsigned char cc_tempFormat; + float cc_tempSetMin; + float cc_tempSetMax; + float cc_idleRangeH; + float cc_idleRangeL; } sys_config; @@ -163,6 +169,7 @@ /* server.c */ void defaultControlSettings(void); +void defaultControlConstants(void); PI_THREAD (my_server_loop); #endif