Commit aa54114b authored by Valerii Koval's avatar Valerii Koval Committed by GitHub

Update PlatformIO library manifest

parent 4e9f1fb9
...@@ -7,13 +7,14 @@ ...@@ -7,13 +7,14 @@
"type": "git", "type": "git",
"url": "https://github.com/TMRh20/RF24.git" "url": "https://github.com/TMRh20/RF24.git"
}, },
"include": [ "build": {
"*.h", "srcFilter": [
"*.c", "+<*.c>",
"*.cpp", "+<*.cpp>",
"utility/*", "+<*.h>"
"examples/*/*.ino" ]
], },
"version": "1.1.7",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": [ "platforms": [
"atmelavr", "atmelavr",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment