-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9821580
commit 10043c1
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,17 @@ | |
"description": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", | ||
"homepage": "https://github.com/RoboticsBrno/ServoESP32/", | ||
"license": "MIT", | ||
"repository": | ||
{ | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RoboticsBrno/ServoESP32.git" | ||
}, | ||
"authors": | ||
{ | ||
"name": "Jaroslav Paral", | ||
"email": "[email protected]", | ||
"url": "http://www.robotikabrno.cz", | ||
"maintainer": true | ||
"authors": { | ||
"name": "Jaroslav Paral", | ||
"email": "[email protected]", | ||
"url": "http://www.robotikabrno.cz", | ||
"maintainer": true | ||
}, | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"frameworks": "arduino", | ||
"platforms": "espressif32" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=ServoESP32 | ||
version=1.0.3 | ||
version=1.1.0 | ||
author=Jaroslav Paral | ||
maintainer=Jaroslav Paral <[email protected]> | ||
sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework. | ||
|