Releases: crankyoldgit/IRremoteESP8266
Releases · crankyoldgit/IRremoteESP8266
IRremoteESP8266 v2.5.2
v2.5.2 (20181021)
[Bug Fixes]
- Add missing
send()
method toIRPanasonicAC
class. (#545) - Add missing
sendWhirlpoolAC()
to IRMQTTServer.ino (#558)
[Features]
- Add IR receiving support to IRMQTTServer. (#543)
- Pioneer support (#547)
- Add support for a second LG protocol variant. (#552)
- Support for short Panasonic A/C messages. (#553)
- Add support for Panasonic CKP series A/Cs. (#554)
- Experimental timer/clock support for Panasonic A/Cs. (#546)
- Add Made With Magic (MWM) support (#557)
[Misc]
IRremoteESP8266 v2.5.1
v2.5.1 (20181002)
[Bug Fixes]
- Correct the byte used for Samsung AC Swing. (#529)
- Fix not sending Samsung A/C messages in IRMQTTServer. (#529)
[Features]
- Experimental support for Electra A/C messages. (#528)
- Experimental support for Panasonic A/C messages. (#535)
- Samsung A/C fixes & improvements (#529)
- IRMQTTServer v0.6.0 (#530)
[Misc]
IRremoteESP8266
Upgrading from pre-v2.5
The library has changed from using constants declared as #define
to const with the appropriate naming per the
C++ style guide. This may potentially cause old programs to not compile. The most likely externally used #define
s have been aliased for limited backward compatibility for projects using the old style. Going forward, only the new kConstantName
style will be supported for new protocol additions.
v2.5.0 (20180919)
[Bug Fixes]
- Fix HTML menu error for GICABLE in IRMQTTServer. (#516)
- Fix Mitsubishi A/C mode setting. (#514)
- Add missing ',' in auto analyse tool generated code. (#513)
- Fix Fujitsu checksum validation. (#501)
- Remove errant Repeat debug statement in IRMQTTServer. (#507)
[Features]
- Mitsubishi A/C decode improvements. (#514)
- Basic support for Whirlpool A/C messages. (#511)
- Basic support for Samsung A/C messages. (#512)
- Experimental support for detailed Samsung A/C messages. (#521)
- Experimental support for detailed Coolix A/C messages. (#518)
- Experimental support for Lutron protocol. (#516)
- Calculate and use average values for timings in analysing tool. (#513)
[Misc]
- Style change from using #define's for constants to
const kConstantName
. - Improve the JVC example code.
IRremoteESP8266
IRremoteESP8266
v2.4.2 (20180601)
[Bug Fixes]
- Timing Fix: Update the period offset compensation.
[Features]
- Improvements for IRMQTTServer example (#466)
IRremoteESP8266
v2.4.1 (20180520)
[Bug Fixes]
- Fix crash in IRMQTTServer when compiled under Arduino IDE. (#455)
- Default bit length not set for RCMM in IRMQTTServer example. (#456)
- Bad acknowledgements for some A/C protocols in IRMQTTServer example. (#460)
[Features]
- Allow disabling the use of delay() calls. (#450)
- Initial support for G.I. Cable protocol. (#458)
- Support of Hitachi A/C 13 & 53 byte messages. (#461)
[Misc]
- Auto Analyse Raw Data script converted to Python. (#454)
IRremoteESP8266
v2.4.0 (20180407)
[Bug Fixes]
- Add missing WiFi.begin() call to IRGCTCPServer example. (#433)
- Add missing sendHaierAC() to IRMQTTServer example. (#434 & #444)
- Make mqtt clientid unique in IRMQTTServer example. (#444)
[Features]
- Initial Mitsubishi projector protocol support. (#442)
- Experimental support of Hitachi A/C messages. (#445)
- Improve transmission pulse modulation support.
Allow disabling of transmission frequency modulation.(#439)
[Misc]
- IRMQTTServer example improvements. (#444)
IRremoteESP8266
v2.3.3 (20180302)
[Bug Fixes]
- Ensure the IR LED is off before we start. (#405)
[Features]
- Experimental decode support for Gree HVAC units (#397)
- Initial support for Haier A/Cs. (#409)
- Improve timing accuracy of unit tests. (#403)
- Rework matchData() to handle equal total data bit time protocols. (#408)
[Misc]
IRremoteESP8266
IRremoteESP8266
v2.3.1 (20171229)
[Bug Fixes]
- Setting
#define SEND_FUJITSU_AC false
caused a compilation error (#375) - Integer underflow caused huge
space()
insendGeneric()
(#381)
[Features]
- Support sending & receiving Lasertag codes. (#374)
- Reduce the library footprint by using a new
sendGeneric()
routine. (#373)
[Misc]