From 1f72286be714948c9748cf4ea83fcbecca06a3a0 Mon Sep 17 00:00:00 2001 From: P43YM Date: Thu, 27 Feb 2025 03:14:47 +0300 Subject: [PATCH] Update Equitherm.h --- lib/Equitherm/Equitherm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Equitherm/Equitherm.h b/lib/Equitherm/Equitherm.h index 6890465..6b56d01 100644 --- a/lib/Equitherm/Equitherm.h +++ b/lib/Equitherm/Equitherm.h @@ -14,7 +14,6 @@ public: datatype indoorTemp = 0; datatype outdoorTemp = 0; float Kn = 0.0; - float Kntemp = 0.0; float Kk = 0.0; float Kt = 0.0; float Ke = 1.3; @@ -72,4 +71,4 @@ private: datatype getResultT() { return constrain((targetTemp - indoorTemp), -3, 3) * Kt; } -}; \ No newline at end of file +};