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

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