mirror of https://github.com/arendst/Tasmota.git
LDF Platformio compile fix
This commit is contained in:
parent
e87ec95a42
commit
1929cf27ce
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name":"HomeKit",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description":"Apple HomeKit for ESP32",
|
||||||
|
"keywords":"HomeKit",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "espressif32"
|
||||||
|
}
|
Loading…
Reference in New Issue