mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[PIO] Update lib/default folder in Platformio.ini [PIO] Update lib/default folder in Platformio.ini [PIO] Add missing parts in library.properties files
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"name": "HeatpumpIR",
|
|
"description": "Heatpump / Air Conditioner infrared control",
|
|
"keywords": "ac, ir, remote",
|
|
"authors": {
|
|
"name": "Toni Arte",
|
|
"email": "toni.arte@iki.fi",
|
|
"url": "https://github.com/ToniA"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ToniA/arduino-heatpumpir.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"atmelavr",
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|