From 2da04b45bfadf8b3ca9274631fc48aa1665daed7 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Mon, 28 Nov 2022 14:57:43 +0300 Subject: [PATCH] PID fixes/improvements and MBUS improvements --- lighthub/modules/out_pid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/modules/out_pid.h b/lighthub/modules/out_pid.h index f903310..804f257 100644 --- a/lighthub/modules/out_pid.h +++ b/lighthub/modules/out_pid.h @@ -41,6 +41,6 @@ public: protected: pidPersistent * store; bool getConfig(); - int getAlarmVal(); + float getAlarmVal(); }; #endif