瀏覽代碼

Merge pull request #200 from ivankravets/patch-1

Let PlatformIO automatically detect Arduino v1.0 library format
dds
Paul Stoffregen 8 年之前
父節點
當前提交
b9c223d274
共有 1 個文件被更改,包括 1 次插入10 次删除
  1. +1
    -10
      library.json

+ 1
- 10
library.json 查看文件

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

Loading…
取消
儲存