mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
_v2.7.12 (20201113)_ **[Bug Fixes]** - `defaultBits()` returned incorrect result for `PANASONIC_AC` (#1307 #1314) - Fix `LG2` timings and refactor `decodeLG()` (#1298 #1304) **[Features]** - Midea: Add support for "Follow Me"/Sensor, Turbo, Light, & Timers (#1318 #1327) - SharpAc: Add model support for A705 (#1309 #1313) - Add basic support for Panasonic A/C 32bit/16bit protocol. (#1307 #1316) - Add support for Elite Screens protocol. (#1306 #1310) - IRrecvDumpV2+: Add tolerance setting. (#1292) - Add basic support for the Mirage Protocol. (#1289 #1291) - Internationalisation Support - `pt-BR`: Add Portuguese/Brazilian support. (#1303) - `de-DE`: Backfill missing strings (#1294) - `de-DE`: update for recent addition of 'tolerance' (#1293) - `de-DE`: Translate root README.md into German (#1297) **[Misc]** - refactor ir_LG (#1325) - refactor ir_Kelvinator (#1317) - refactor ir_Hitachi (#1308) - refactor ir_Goodweather (#1295) - refactor ir_Electra (#1290) - refactor ir_Daikin (#1288) - Update Kaysun supported models. (#1322) - fix typos/spelling mistakes (#1301) - Add some missing Doxygen class/data-type descriptions. (#1287)
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "IRremoteESP8266",
|
|
"version": "2.7.12",
|
|
"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
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
}
|