Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Update dependencies in library.json
  • Loading branch information
Dlloydev committed Jan 3, 2022
1 parent 9841416 commit 1f823ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QuickPID",
"version": "3.0.5",
"version": "3.0.6",
"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.",
"keywords": "PID, controller, signal, autotune, tuner, stune",
"repository":
Expand All @@ -19,9 +19,6 @@
],
"license": "MIT",
"homepage": "https://github.com/Dlloydev/QuickPID",
"dependencies": {
"QuickPID": "~3.0.5"
},
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=QuickPID
version=3.0.5
version=3.0.6
author=David Lloyd
maintainer=David Lloyd <dlloydev@testcor.ca>
sentence=A fast PID controller with timer mode and multiple options for Proportional, Derivative and Integral anti-windup modes of operation.
Expand Down
2 changes: 1 addition & 1 deletion src/QuickPID.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************************
QuickPID Library for Arduino - Version 3.0.5
QuickPID Library for Arduino - Version 3.0.6
by dlloydev https://github.com/Dlloydev/QuickPID
Based on the Arduino PID_v1 Library. Licensed under the MIT License.
**********************************************************************************/
Expand Down

0 comments on commit 1f823ee

Please sign in to comment.