Skip to content

Commit 434582a

Browse files
authored
v2.8.2 release (#1777)
##_v2.8.2 (20220314)_ **[Bug Fixes]** - ESP32-C3: Fix reboot/crashes on ESP32-C3s when receiving. (#1768 #1751) **[Features]** - HITACHI_AC296: Add `IRac` class support & tests. (#1776 #1758 #1757) - Support for Hitachi RAS-70YHA3 (remote RAR-3U3) (#1758 #1757) - LG: Add Swing Toggle support for Model `LG6711A20083V` (#1771 #1770) - IRMQTTServer: add `MQTT_SERVER_AUTODETECT_ENABLE` via mqtt mDNS (#1769) - Experimental basic support for Kelon 168 bit / 21 byte protocol. (#1747 #1745 #1744) - MitsubishiAC: Tweak repeat gap timing. (#1760 #1759) - Gree YAP0F8 (Detected as Kelvinator) vertical position set support (#1756) - Make KELON (48 bit) protocol decoding stricter. (#1746 #1744) - IRMQTTServer V1.6.1 (#1740 #1739 #1729) - HITACHI_AC264: Add minimal detailed support. (#1735 #1729) - LG2: Improve Light toggle msg handling. (#1738 #1737) - MIDEA: Add support for Quiet, Clean & Freeze Protect controls. (#1734 #1733) - Add basic support for HITACHI_AC264 264bit protocol. (#1730 #1729) - ESP32-C3: Work around for some C3 specific compiler issues again. (#1732 #1695) **[Misc]** - MIDEA: Update supported devices (#1774 #1773 #1716) - Update devices supported by ELECTRA_AC (#1766 #1765) - Improve documentation for `encodePioneer()` (#1761 #1749) - Update (un)supported DAIKIN128 devices. (#1752) - Refactor `decodeCOOLIX()` code & add another test case. (#1750 #1748) - Simplify code based on state_t being initialised by default. (#1736 #1699) - Add comments to help Teknopoint users. (#1731 #1728) - Fix library version string calculation. (#1727 #1725) - Confirm we can reproduce `TurnOnFujitsuAC.ino` via IRac/IRMQTTServer. (#1726 #1701)
1 parent f63b9be commit 434582a

File tree

645 files changed

+24171
-17833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

645 files changed

+24171
-17833
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
This library enables you to **send _and_ receive** infra-red signals on an [ESP8266](https://github.com/esp8266/Arduino) or an
1111
[ESP32](https://github.com/espressif/arduino-esp32) using the [Arduino framework](https://www.arduino.cc/) using common 940nm IR LEDs and common IR receiver modules. e.g. TSOP{17,22,24,36,38,44,48}* demodulators etc.
1212

13-
## v2.8.1 Now Available
14-
Version 2.8.1 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
13+
## v2.8.2 Now Available
14+
Version 2.8.2 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
1515

1616
#### Upgrading from pre-v2.0
1717
Usage of the library has been slightly changed in v2.0. You will need to change your usage to work with v2.0 and beyond. You can read more about the changes required on our [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

README_de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
Diese Programmbibliothek ermöglicht das **Senden _und_ Empfangen** von Infrarotsignalen mit [ESP8266](https://github.com/esp8266/Arduino)- und
1212
[ESP32](https://github.com/espressif/arduino-esp32)-Mikrocontrollern mithilfe des [Arduino-Frameworks](https://www.arduino.cc/) und handelsüblichen 940nm Infrarot-LEDs undIR-Empfängermodulen, wie zum Beispiel TSOP{17,22,24,36,38,44,48}*-Demodulatoren.
1313

14-
## v2.8.1 jetzt verfügbar
15-
Version 2.8.1 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
14+
## v2.8.2 jetzt verfügbar
15+
Version 2.8.2 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
1616

1717
#### Hinweis für Nutzer von Versionen vor v2.0
1818
Die Benutzung der Bibliothek hat sich mit Version 2.0 leicht geändert. Einige Anpassungen im aufrufenden Code werden nötig sein, um mit Version ab 2.0 korrekt zu funktionieren. Mehr zu den Anpassungen finden sich auf unserer [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0)-Seite.

README_fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Cette librairie vous permetra de **recevoir et d'envoyer des signaux** infrarouge sur le protocole [ESP8266](https://github.com/esp8266/Arduino) ou sur le protocole
1111
[ESP32](https://github.com/espressif/arduino-esp32) en utilisant le [Arduino framework](https://www.arduino.cc/) qui utilise la norme 940nm IR LEDs et le module basique de reception d'onde IR. Exemple : TSOP{17,22,24,36,38,44,48}* modules etc.
1212

13-
## v2.8.1 disponible
14-
Version 2.8.1 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
13+
## v2.8.2 disponible
14+
Version 2.8.2 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
1515

1616
#### mise à jour depuis pre-v2.0
1717
L'utilisation de la librairie à un peu changer depuis la version in v2.0. Si vous voulez l'utiliser vous devrez changer votre utilisation aussi. Vous pouvez vous renseigner sur les précondition d'utilisation ici : [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

ReleaseNotes.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Release Notes
22

3+
## _v2.8.2 (20220314)_
4+
5+
**[Bug Fixes]**
6+
- ESP32-C3: Fix reboot/crashes on ESP32-C3s when receiving. (#1768 #1751)
7+
8+
**[Features]**
9+
- HITACHI_AC296: Add `IRac` class support & tests. (#1776 #1758 #1757)
10+
- Support for Hitachi RAS-70YHA3 (remote RAR-3U3) (#1758 #1757)
11+
- LG: Add Swing Toggle support for Model `LG6711A20083V` (#1771 #1770)
12+
- IRMQTTServer: add `MQTT_SERVER_AUTODETECT_ENABLE` via mqtt mDNS (#1769)
13+
- Experimental basic support for Kelon 168 bit / 21 byte protocol. (#1747 #1745 #1744)
14+
- MitsubishiAC: Tweak repeat gap timing. (#1760 #1759)
15+
- Gree YAP0F8 (Detected as Kelvinator) vertical position set support (#1756)
16+
- Make KELON (48 bit) protocol decoding stricter. (#1746 #1744)
17+
- IRMQTTServer V1.6.1 (#1740 #1739 #1729)
18+
- HITACHI_AC264: Add minimal detailed support. (#1735 #1729)
19+
- LG2: Improve Light toggle msg handling. (#1738 #1737)
20+
- MIDEA: Add support for Quiet, Clean & Freeze Protect controls. (#1734 #1733)
21+
- Add basic support for HITACHI_AC264 264bit protocol. (#1730 #1729)
22+
- ESP32-C3: Work around for some C3 specific compiler issues again. (#1732 #1695)
23+
24+
**[Misc]**
25+
- MIDEA: Update supported devices (#1774 #1773 #1716)
26+
- Update devices supported by ELECTRA_AC (#1766 #1765)
27+
- Improve documentation for `encodePioneer()` (#1761 #1749)
28+
- Update (un)supported DAIKIN128 devices. (#1752)
29+
- Refactor `decodeCOOLIX()` code & add another test case. (#1750 #1748)
30+
- Simplify code based on state_t being initialised by default. (#1736 #1699)
31+
- Add comments to help Teknopoint users. (#1731 #1728)
32+
- Fix library version string calculation. (#1727 #1725)
33+
- Confirm we can reproduce `TurnOnFujitsuAC.ino` via IRac/IRMQTTServer. (#1726 #1701)
34+
35+
336
## _v2.8.1 (20220101)_
437

538
**[Bug Fixes]**

0 commit comments

Comments
 (0)