Skip to content

Commit fcf7bc3

Browse files
committed
Add missing espidf framework to library.json
1 parent 712a0ff commit fcf7bc3

File tree

1 file changed

+21
-28
lines changed

1 file changed

+21
-28
lines changed

Diff for: library.json

+21-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
{
2-
"name": "ESP32Encoder",
3-
"description": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.",
4-
"frameworks": "arduino",
5-
"platforms": ["espressif32"],
6-
"url": "https://github.com/madhephaestus/ESP32Encoder",
7-
"version": "0.11.7",
8-
"keywords": "input, encoder",
9-
"authors": [
10-
{
11-
"name": "Kevin Harrington",
12-
"url": "https://github.com/madhephaestus",
13-
"email": "[email protected]",
14-
"maintainer": true
15-
}
16-
],
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/madhephaestus/ESP32Encoder.git"
20-
},
21-
"export": {
22-
"include":
23-
[
24-
"examples/*",
25-
"src/*",
26-
"README.md",
27-
"library.*",
28-
"licence.txt"
29-
]
2+
"name": "ESP32Encoder",
3+
"description": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.",
4+
"frameworks": ["arduino", "espidf"],
5+
"platforms": ["espressif32"],
6+
"url": "https://github.com/madhephaestus/ESP32Encoder",
7+
"version": "0.11.7",
8+
"keywords": "input, encoder",
9+
"authors": [
10+
{
11+
"name": "Kevin Harrington",
12+
"url": "https://github.com/madhephaestus",
13+
"email": "[email protected]",
14+
"maintainer": true
3015
}
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/madhephaestus/ESP32Encoder.git"
20+
},
21+
"export": {
22+
"include": ["examples/*", "src/*", "README.md", "library.*", "licence.txt"]
23+
}
3124
}

0 commit comments

Comments
 (0)