PID fixes/improvements and MBUS improvements

This commit is contained in:
2022-11-28 14:57:43 +03:00
parent 724eabc22f
commit 2da04b45bf

View File

@@ -41,6 +41,6 @@ public:
protected:
pidPersistent * store;
bool getConfig();
int getAlarmVal();
float getAlarmVal();
};
#endif