Skip to content

Commit 1f823ee

Browse files
committed
Update
Update dependencies in library.json
1 parent 9841416 commit 1f823ee

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

library.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QuickPID",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A fast PID controller with timer mode and multiple options for Proportional, Derivative and Integral anti-windup modes of operation. Includes analogWrite compatibility for ESP32 and ESP32-S2.",
55
"keywords": "PID, controller, signal, autotune, tuner, stune",
66
"repository":
@@ -19,9 +19,6 @@
1919
],
2020
"license": "MIT",
2121
"homepage": "https://github.com/Dlloydev/QuickPID",
22-
"dependencies": {
23-
"QuickPID": "~3.0.5"
24-
},
2522
"frameworks": "arduino",
2623
"platforms": "*"
2724
}

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=3.0.5
2+
version=3.0.6
33
author=David Lloyd
44
maintainer=David Lloyd <[email protected]>
55
sentence=A fast PID controller with timer mode and multiple options for Proportional, Derivative and Integral anti-windup modes of operation.

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 3.0.5
2+
QuickPID Library for Arduino - Version 3.0.6
33
by dlloydev https://github.com/Dlloydev/QuickPID
44
Based on the Arduino PID_v1 Library. Licensed under the MIT License.
55
**********************************************************************************/

0 commit comments

Comments
 (0)