https://github.com/z3t0/Arduino-IRremote
Name Target Message Date
HEAD b962db8 Bumped version to 4.3.1. Fixed overflow bug for rawlen > 254. Removed deprecated sendPulseDistance... functions with parameter aSendStopBit. 16 March 2024, 00:15:06 UTC
refs/heads/gh-pages d046bc8 Version 4.3.0 11 March 2024, 09:51:15 UTC
refs/heads/master b962db8 Bumped version to 4.3.1. Fixed overflow bug for rawlen > 254. Removed deprecated sendPulseDistance... functions with parameter aSendStopBit. 16 March 2024, 00:15:06 UTC
refs/remotes/origin/dev 678332b Delete .coveralls.yml 23 February 2016, 00:15:33 UTC
refs/remotes/origin/header 98d6a2c renamed "boarddefs.h" to "IRremoteBoardDefs.h" to avoid possible conflcits. This was suggested in #375 and aims to prevent a **possible** issue. 21 January 2017, 05:13:28 UTC
refs/tags/2.0.1 1e85b4a Experimental Release 11 July 2015, 21:43:18 UTC
refs/tags/2.1.0 841e77a changed travis link for dev branch 21 February 2016, 05:47:27 UTC
refs/tags/2.5.0 6864939 Release 2.5.0 19 July 2020, 08:54:02 UTC
refs/tags/2.6.0 b1d1ae5 Version 2.6.0 02 August 2020, 18:19:39 UTC
refs/tags/2.6.1 151b408 Version 2.6.1 4809 bug fixed 03 August 2020, 12:29:49 UTC
refs/tags/2.7.0 0b66125 Documentation 16 September 2020, 15:14:22 UTC
refs/tags/2.8.0 85bf1c7 Moved dump/print functions from example to irReceiver 25 October 2020, 18:18:57 UTC
refs/tags/2.8.1 bdb4d0b Added documentation and print statements for converting to 3.0.0 24 January 2021, 11:46:58 UTC
refs/tags/2.9.0 fdea40e Revert to 2.9 15 January 2021, 18:19:01 UTC
refs/tags/BETA 2dbfee0 Added to changelog 10 March 2015, 05:01:41 UTC
refs/tags/MAJOR 7b08532 Moved contributors to a different file 09 March 2015, 01:42:47 UTC
refs/tags/stable e195762 Update ir_Aiwa.cpp fixed typo in line 12 10 November 2015, 21:02:32 UTC
refs/tags/v2.4.0 e1768b4 Added changelog info 10 August 2017, 23:01:44 UTC
refs/tags/v3.0.0 eb6f094 Version 3.0.0 08 February 2021, 14:53:03 UTC
refs/tags/v3.0.1 9a43cf7 Bumped version to 3.0.1 since we have a unauthorized 3.0.0 version in the Arduino Library Manager. 08 February 2021, 16:13:30 UTC
refs/tags/v3.0.2 6c7cfb2 Added SIRCS_15_PROTOCOL 01 March 2021, 20:27:49 UTC
refs/tags/v3.0.3 70a18f6 Bumped version to 3.0.3 03 March 2021, 15:41:14 UTC
refs/tags/v3.1.0 6e5be97 Release 3.1.0 28 March 2021, 09:35:56 UTC
refs/tags/v3.2.0 b494e0a Release 3.2.0 19 April 2021, 12:06:29 UTC
refs/tags/v3.3.0 bc5a327 Bumped version to 3.3.0. Added lastDecodedProtocol and CheckForRecordGapsMicros(). 29 April 2021, 15:33:05 UTC
refs/tags/v3.4.0 1724d40 Release 3.4.0 08 October 2021, 12:26:05 UTC
refs/tags/v3.5.0 85acd47 Release v3.5.0 24 November 2021, 08:50:30 UTC
refs/tags/v3.5.1 8cd76d1 Fix ESP32 send bug. closes #927 Version 3.5.1. 15 December 2021, 13:39:48 UTC
refs/tags/v3.5.2 3cf70c9 Version 3.5.2 23 December 2021, 18:32:16 UTC
refs/tags/v3.6.0 0ef17d2 Fixes #973 ESP8266 problem with Feedback LED. Thanks to hneel! 17 February 2022, 14:54:18 UTC
refs/tags/v3.6.1 3d1de33 Switched Bose internal protocol timing for 0 and 1 -> old 1 timing is now 0 and vice versa. 19 February 2022, 22:00:52 UTC
refs/tags/v3.7.0 21ae195 Improved distance protocol decoder 01 June 2022, 18:47:18 UTC
refs/tags/v3.7.1 efafe95 Version 3.7.1 and fixed ESP32 send bug for 2.x ESP32 cores 28 June 2022, 17:07:53 UTC
refs/tags/v3.8.0 b00e0ee Bumped version to 3.8.0 06 August 2022, 12:39:28 UTC
refs/tags/v3.9.0 8dba6f5 Update ir_JVC.hpp 31 August 2022, 11:10:50 UTC
refs/tags/v4.0.0 f5edaa6 4.0.0 Release 21 January 2023, 19:13:05 UTC
refs/tags/v4.1.0 e235273 Added functions addTicksToInternalTickCounter() and addMicrosToInternalTickCounter(). 01 March 2023, 13:00:31 UTC
refs/tags/v4.1.1 d78dfdc Disabled #define LOCAL_DEBUG in IRReceive.hpp, which was accidently enabled at 4.1.0. 15 March 2023, 00:41:13 UTC
refs/tags/v4.1.2 03b3995 V4.1.2. Workaround for ESP32 RTOS delay() timing bug influencing the mark() function. Closes #1114. 22 March 2023, 10:41:57 UTC
refs/tags/v4.2.0 3a443bb Bumped version to 4.2.0. Extraced version macros to IRVersion.h. 12 August 2023, 07:48:16 UTC
refs/tags/v4.2.1 a7bd9ea Bumped version to 4.2.1 23 January 2024, 14:59:24 UTC
refs/tags/v4.3.0 672d5cb Changed RECORD_GAP_MICROS default value from 5000 to 8000 08 March 2024, 08:21:13 UTC
refs/tags/v4.3.1 b962db8 Bumped version to 4.3.1. Fixed overflow bug for rawlen > 254. Removed deprecated sendPulseDistance... functions with parameter aSendStopBit. 16 March 2024, 00:15:06 UTC
back to top