Skip to content

IRremoteESP8266 v2.7.0

Compare
Choose a tag to compare
@crankyoldgit crankyoldgit released this 30 Oct 06:25
· 540 commits to master since this release
f9d7e5c

v2.7.0 (20191030)

[Bug Fixes]

  • auto_analyse: Fix > 64 bit send code generation. (#976)
  • auto_analyse: Fix missing arguments in generated code for send64+ (#972)
  • IRsendProntoDemo: Fix compile issue on ESP32 platform. (#938)
  • IRMQTTServer: Fix compile error when MQTT_ENABLE is false. (#933)

[Features]

  • Add Hitachi 424 bit A/C support. (#975, #980, #981)
  • Experimental detailed support for DAIKIN152 (#971)
  • Mitsubishi 112bit A/C support (#947, #968)
  • gc_decode: Adding Support for Decoding codes in raw code format (#963)
  • Refactor to use common routines/macros to handle bit manipulation. (#934)
  • Use centralised common strings. Saves ~1.5k of program space. (#946)
  • Add Internationalisation (i18n) / Locale support. (#946, #955, #966)
    • de-CH: Swiss German. (#949, #954)
    • de-DE: German. (#946, #950, #952)
    • en-AU: English/Australia (Default locale) (#946)
    • en-IE: English/Ireland (#946)
    • en-UK: English/United Kingdom (#946)
    • en-US: English/United States (#946)
    • es-ES: Spanish. (#953)
    • fr-FR: French. (#962)
  • Port CI pipeline to PlatformIO (#936)

[Misc]

  • Add DAIKIN128 & DAIKIN152 to decodeToState() (#982)
  • auto_analyse: Produce better code when leader is detected. (#977)
  • Coolix A/C improvements (#944)
  • A/C setRaw/getRaw/stateReset() cleanup. (#967)
  • Add documentation on how to use & support the i18n aspects of the library.
  • Make travis checks faster. (#957)
  • Translate README.md to french (#959)
  • Fixed Coolix kCoolixDefaultState (#941)
  • Improve generation of list of pio projects. (#940)