Skip to content

IRremoteESP8266 v2.7.8

Compare
Choose a tag to compare
@crankyoldgit crankyoldgit released this 23 Jun 08:24
· 386 commits to master since this release
c705abd

v2.7.8 (20200622)

[BREAKING CHANGES]

  • Fix Manchester code handling; Increase Airwell to 34 bits. (#1200)

[Bug Fixes]

  • Carrier40: Use correct gap value. (#1193)

[Features]

[Misc]

  • scrape_supported_devices.py: avoid changes to SupportedProtocols.md (#1140)
  • auto_analyze nice exit on empty rawdata input (#1141)
  • Comments update + cleanup (#1143)
  • Update D_STR_IRRECVDUMP_STARTUP text and comments. (#1144)
  • Minor code cleanups (#1149)
  • Update README.md's to point to new API docs. (#1151)
  • Update "Supports" sections (#1160)
  • Add a doxygen check to CI/Travis. (#1161)
  • scrape_supported_devices: warn about misplaced or legacy supports sections (#1159)
  • Add Supports sections to some files (#1163 #1166)
  • Fix compile error when DEBUG is enabled.
  • Add no-output option and return code on error to scrape_supported_devices
  • Travis: Add scrape_supported_devices error check
  • Update auto_analyse_raw_data.py to have a default Supports: section
  • Treat compiler warnings as errors. (#1174)
  • Remove calcLGChecksum() and use new generic sumNibbles() (#1175)
  • Suppress more potential compiler warnings. (#1179)
  • Load balance travis tasks to reduce wall clock time. (#1183)
  • Set PlatformIO's default baudrate to 115200 (#1188)
  • Some fixes to Doshisha protocol handler
  • Minor cleanups of Corona and Zepeal
  • Enable Doxygen warning when the parameters for a function/method/procedure are wrong/missing. (#1196)