diff -r 9833fd86736b -r 1bc6e9263ada main/config.h --- a/main/config.h Thu Jun 17 13:58:13 2021 +0200 +++ b/main/config.h Sat Jun 19 20:46:42 2021 +0200 @@ -148,7 +148,7 @@ SSR2_OFF = 0, ///< SSR2 not used. SSR2_HLT_SHARE, ///< SSR2 for HLT shared with MLT SSR2_HLT_IND, ///< SSR2 for HLT independend. - SSR2_ON_IDLE, ///< SSR2 on when NLT is idle. + SSR2_ON_IDLE, ///< SSR2 on when MLT is idle. } SSR2_TYPE; @@ -192,7 +192,7 @@ void read_config(void); -#define EQUIPMENT_VERSION 2 ///< Equipment file version +#define EQUIPMENT_VERSION 3 ///< Equipment file version /** * @brief Equipment configuration. File /spiffs/equipments.conf @@ -224,6 +224,9 @@ double PID_kD; ///< PID D setting. bool xPID_POn; int SampleTime; ///< PID sample time in seconds. + bool Hendi; ///< HendiControl in use. + int RampPower; ///< The power percentage to ramp to boil. + int Max_watt; ///< MLT plus HLT peak, shut off HLT if higher. } equipment; ///< Equipment record. /**