Skip to content

Commit 5817808

Browse files
committed
Update
Update to include updated library.json
1 parent 1344cfa commit 5817808

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QuickPID",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.",
55
"keywords": "PID, controller, signal",
66
"repository":
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/Dlloydev/QuickPID",
2222
"dependencies": {
23-
"QuickPID": "~2.4.2"
23+
"QuickPID": "~2.4.3"
2424
},
2525
"frameworks": "*",
2626
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=QuickPID
2-
version=2.4.2
2+
version=2.4.3
33
author=David Lloyd
44
maintainer=David Lloyd <[email protected]>
55
sentence=A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.

src/QuickPID.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**********************************************************************************
2-
QuickPID Library for Arduino - Version 2.4.2
2+
QuickPID Library for Arduino - Version 2.4.3
33
by dlloydev https://github.com/Dlloydev/QuickPID
44
Based on the Arduino PID Library and work on AutoTunePID class
55
by gnalbandian (Gonzalo). Licensed under the MIT License.

0 commit comments

Comments
 (0)