mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
## _v2.7.14 (20210103)_ **[Bug Fixes]** - SanyoAc: Fix Sensor Location error (#1359) - IRMQTTServer: Compiler error under PlatformIO on Windows. (#1353 #1354) - Workaround for ESP32 hw timer library calls not in IRAM. (#1350 #1351) **[Features]** - PANASONIC_AC32: Add limited detailed support. (#1364 #1366) - Move global vars in IRrecv into a namespace. (#1350 #1352) - Fujitsu: Handle toggles of Econo & Turbo when `IRac` interface is used. (#1334 #1345) **[Misc]** - Elitescreens: Update supported brands/models (#1375) - refactor ir_Sharp (#1374) - refactor ir_Sanyo (#1359) - Gree: List Amana as supported. (#1361 #1363) - Lasertag: Increase matching tolerance. (#1360 #1362) - refactor ir_Samsung (#1358) - refactor ir_Neoclima (#1349) - Update issue templates (#1348 #1355) - Midea: Update supported devices & add notes for an odd Pioneer System. (#1342 #1344) - Kelvinator: Update supported models. (#1335 #1346)
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "IRremoteESP8266",
|
|
"version": "2.7.14",
|
|
"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"]
|
|
}
|