소스 검색

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…
취소
저장