diff -r 307640ba6ab6 -r 047ead629d4a bmsd/bms.h --- a/bmsd/bms.h Wed Feb 27 14:40:05 2019 +0100 +++ b/bmsd/bms.h Wed Feb 27 22:13:07 2019 +0100 @@ -199,6 +199,8 @@ float profile_inittemp_high; ///< Profile init temp high float profile_inittemp_low; ///< Profile init temp low char *profile_steps; ///< Profile steps in JSON + float yeast_lo; ///< Yeast minimum temperature + float yeast_hi; ///< Yeast maximum temperature } sys_fermenter_list;