Browse Source

Merge pull request #200 from ivankravets/patch-1

Let PlatformIO automatically detect Arduino v1.0 library format
dds
Paul Stoffregen 8 years ago
parent
commit
b9c223d274
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      library.json

+ 1
- 10
library.json View File

@@ -30,14 +30,5 @@
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"build": {
"flags": "-I utility",
"srcFilter": [
"+<utility>",
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
]
}
]
}

Loading…
Cancel
Save