浏览代码

Let PlatformIO automatically detect Arduino v1.0 library format

dds
Ivan Kravets 8 年前
父节点
当前提交
49a8aa8113
共有 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>"
]
}
]
}

正在加载...
取消
保存