mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-05 00:38:24 +05:00
fix: calculating pid temperature in float, fixed #23
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#include <PIDtuner.h>
|
||||
|
||||
Equitherm etRegulator;
|
||||
GyverPID<int, unsigned long> pidRegulator(0, 0, 0);
|
||||
GyverPID<float, unsigned long> pidRegulator(0, 0, 0);
|
||||
PIDtuner pidTuner;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user