* IRremoteESP8266 upgraded to v2.8.5 (from v2.8.4) * Fix ir panasonic esp8266 (#18013) * revert part of #16179 for ESP8266 * Revert "revert part of #16179 for ESP8266" This reverts commit b8e61264074f0dd92e5fca29a991d31c97f8f9ee. * try to revert #16179 for esp8266 * Build: removed redundand USE_IR_REMOTE_FULL flag Tasmota32-ir PIO had both FIRMWARE_IR and USE_IR_REMOTE_FULL defined. The latter is redundand and yielded unnecessary build warns. See: tasmota_configurations.h --------- Co-authored-by: Mateusz Bronk <2566147+mbronk@users.noreply.github.com> Co-authored-by: Barbudor <barbudor@barbudor.net>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "IRremoteESP8266",
|
|
"version": "2.8.5",
|
|
"keywords": "infrared, ir, remote, esp8266, esp32",
|
|
"description": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/crankyoldgit/IRremoteESP8266.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "David Conran",
|
|
"url": "https://plus.google.com/+davidconran",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Mark Szabo",
|
|
"url": "http://nomartini-noparty.blogspot.com/",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Sebastien Warin",
|
|
"url": "http://sebastien.warin.fr",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Ken Shirriff",
|
|
"email": "zetoslab@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roi Dayan",
|
|
"url": "https://github.com/roidayan/",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Massimiliano Pinto",
|
|
"url": "https://github.com/pintomax/",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Christian Nilsson",
|
|
"url": "https://github.com/NiKiZe",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"exclude": [".github", "extras", "docs", "assets"],
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"],
|
|
|
|
"build": {
|
|
"srcDir": "IRremoteESP8266/src",
|
|
"flags": [ "-I$PROJECT_DIR/include", "-includetasmota_options.h" ]
|
|
}
|
|
}
|