Skip to content

Commit d9876db

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ESP32Encoder",
33
"description": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.",
4-
"frameworks": "arduino",
4+
"frameworks": ["arduino", "espidf"],
55
"platforms": ["espressif32"],
66
"url": "https://github.com/madhephaestus/ESP32Encoder",
77
"version": "0.11.7",

0 commit comments

Comments
 (0)