Skip to content

Commit 3584edc

Browse files
authored
v2.7.1 release (#998)
_v2.7.1 (20191125)_ **[Bug Fixes]** - Hitachi424Ac: Fix Incorrect Power Byte Values (#987) - Coolix: Fix setPower(false) issue. (#990) **[Features]** - Use `char*` instead of `String` for common text. Saves ~1-3k. (#992, #989) - Hitachi424Ac: Add Vertical Swing ability (#986) **[Misc]** - IRMQTTServer: Update HA example/discovery message. (#995) - Move newly added common text to a better location. (#993)
1 parent 62a28ca commit 3584edc

8 files changed

Lines changed: 169 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
This library enables you to **send _and_ receive** infra-red signals on an [ESP8266](https://github.com/esp8266/Arduino) or an
1010
[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.
1111

12-
## v2.7.0 Now Available
13-
Version 2.7.0 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.
12+
## v2.7.1 Now Available
13+
Version 2.7.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.
1414

1515
#### Upgrading from pre-v2.0
1616
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_fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
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
1010
[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.
1111

12-
## v2.7.0 disponible
13-
Version 2.7.0 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.
12+
## v2.7.1 disponible
13+
Version 2.7.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.
1414

1515
#### mise à jour depuis pre-v2.0
1616
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release Notes
22

3+
## _v2.7.1 (20191125)_
4+
5+
**[Bug Fixes]**
6+
- Hitachi424Ac: Fix Incorrect Power Byte Values (#987)
7+
- Coolix: Fix setPower(false) issue. (#990)
8+
9+
**[Features]**
10+
- Use `char*` instead of `String` for common text. Saves ~1-3k. (#992, #989)
11+
- Hitachi424Ac: Add Vertical Swing ability (#986)
12+
13+
**[Misc]**
14+
- IRMQTTServer: Update HA example/discovery message. (#995)
15+
- Move newly added common text to a better location. (#993)
16+
17+
318
## _v2.7.0 (20191030)_
419

520
**[Bug Fixes]**

SupportedProtocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--- WARNING: Do NOT edit this file directly.
22
It is generated by './tools/scrape_supported_devices.py'.
3-
Last generated: Wed Oct 30 13:41:10 2019 --->
3+
Last generated: Mon Nov 25 11:12:06 2019 --->
44
# IR Protocols supported by this library
55

66
| Protocol | Brand | Model | A/C Model | Detailed A/C Support |

0 commit comments

Comments
 (0)