ソースを参照

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>"
]
}
]
}

読み込み中…
キャンセル
保存