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