ソースを参照

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

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