mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
chore: bump GyverPID to 3.3.2
This commit is contained in:
@@ -22,8 +22,7 @@ lib_deps =
|
|||||||
;lennarthennigs/ESP Telnet@^2.1.2
|
;lennarthennigs/ESP Telnet@^2.1.2
|
||||||
https://github.com/LennartHennigs/ESPTelnet/archive/refs/tags/2.2.zip
|
https://github.com/LennartHennigs/ESPTelnet/archive/refs/tags/2.2.zip
|
||||||
gyverlibs/FileData@^1.0
|
gyverlibs/FileData@^1.0
|
||||||
;gyverlibs/GyverPID@^3.3
|
gyverlibs/GyverPID@^3.3.2
|
||||||
https://github.com/Laxilef/GyverPID/archive/refs/heads/feat_change_dt_type.zip
|
|
||||||
gyverlibs/GyverBlinker@^1.0
|
gyverlibs/GyverBlinker@^1.0
|
||||||
milesburton/DallasTemperature@^3.11.0
|
milesburton/DallasTemperature@^3.11.0
|
||||||
laxilef/TinyLogger@^1.1.0
|
laxilef/TinyLogger@^1.1.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <PIDtuner.h>
|
#include <PIDtuner.h>
|
||||||
|
|
||||||
Equitherm etRegulator;
|
Equitherm etRegulator;
|
||||||
GyverPID<float, unsigned long> pidRegulator(0, 0, 0);
|
GyverPID pidRegulator(0, 0, 0);
|
||||||
PIDtuner pidTuner;
|
PIDtuner pidTuner;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user