You've already forked M5-ProductExampleCodes
mirror of
https://github.com/m5stack/M5-ProductExampleCodes.git
synced 2026-05-20 10:24:10 -07:00
36 lines
768 B
JSON
36 lines
768 B
JSON
{
|
|
"name": "FastLED",
|
|
"description": "Native support Apple home kit protocol with Arduino projects",
|
|
"keywords": "Apple Home Kit native esp32",
|
|
"authors": [
|
|
{
|
|
"name": "Yurik72",
|
|
"url": "https://github.com/Yurik72",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Yurik72/ESPHap"
|
|
},
|
|
"version": "0.9",
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32",
|
|
"export": {
|
|
"exclude": [
|
|
"docs",
|
|
"extras"
|
|
]
|
|
},
|
|
"build": {
|
|
"srcFilter": [
|
|
"+<*.c>",
|
|
"+<*.cpp>",
|
|
"+<*.h>"
|
|
],
|
|
"libArchive": false
|
|
}
|
|
}
|