Skip to content

Commit

Permalink
Use tagged source code from repo; fix include/exclude fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 13, 2016
1 parent 206b733 commit aa17378
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,16 @@
"type": "git",
"url": "https://github.com/TMRh20/RF24Mesh.git"
},
"version": "1.0.4",
"dependencies": [
{ "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" },
{ "name": "RF24Network", "authors": "TMRh20", "frameworks": "arduino" }
],
"include": [
"*.h",
"*.c",
"*.cpp",
"arch/ATTiny/*",
"arch/Due/*",
"arch/Teensy/*"
],
"exclude": "examples_RPi",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
]
}
}

0 comments on commit aa17378

Please sign in to comment.