chore: bump GyverPID to 3.3.2

This commit is contained in:
Yurii
2024-01-23 00:56:41 +03:00
parent ca0ef94478
commit e6b9a2901c
2 changed files with 2 additions and 3 deletions

View File

@@ -22,8 +22,7 @@ lib_deps =
;lennarthennigs/ESP Telnet@^2.1.2
https://github.com/LennartHennigs/ESPTelnet/archive/refs/tags/2.2.zip
gyverlibs/FileData@^1.0
;gyverlibs/GyverPID@^3.3
https://github.com/Laxilef/GyverPID/archive/refs/heads/feat_change_dt_type.zip
gyverlibs/GyverPID@^3.3.2
gyverlibs/GyverBlinker@^1.0
milesburton/DallasTemperature@^3.11.0
laxilef/TinyLogger@^1.1.0

View File

@@ -3,7 +3,7 @@
#include <PIDtuner.h>
Equitherm etRegulator;
GyverPID<float, unsigned long> pidRegulator(0, 0, 0);
GyverPID pidRegulator(0, 0, 0);
PIDtuner pidTuner;