Skip to content

Commit e615065

Browse files
author
Francois Best
authored
Merge pull request #64 from ivankravets/patch-4
Fix library manifest for @platformio
2 parents ce42efc + de608f8 commit e615065

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
1818
"branch": "master"
1919
},
20-
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1",
21-
"include": "src",
22-
"examples": "examples/*/*.ino",
20+
"export": {
21+
"include": [
22+
"src",
23+
"examples"
24+
]
25+
},
2326
"frameworks": "arduino",
2427
"platforms": ["atmelavr", "atmelsam", "teensy"]
2528
}

0 commit comments

Comments
 (0)