Skip to content

Commit

Permalink
Fix library.json - critical
Browse files Browse the repository at this point in the history
  • Loading branch information
cleveHEX committed Jun 17, 2018
1 parent 56c3bd3 commit 1c9bd54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
],
"version": "1.1.1",
"frameworks": "arduino",
"platforms": "atmelavr, espressif32",
"platforms": [
"espressif32",
"atmelavr"
],
"dependencies": [
{
"name": "ServoESP32",
Expand Down

0 comments on commit 1c9bd54

Please sign in to comment.