diff options
| author | Craig Leres <leres@FreeBSD.org> | 2026-02-26 21:05:33 +0000 |
|---|---|---|
| committer | Craig Leres <leres@FreeBSD.org> | 2026-02-26 21:05:33 +0000 |
| commit | 1370086edabc0ab7e4871a52b125fed11994ca4c (patch) | |
| tree | a62161073472ded6b7948e6d88af4f12dfccd5df | |
| parent | 566266a41821141950d8c3a81b19963b8903243d (diff) | |
devel/arduino-irremote: Update to 4.6.0
Changes since 4.5.0:
- Fixed missing ESP IRAM_ATTR for receiving interrupt.
- Changed USE_DEFAULT_FEEDBACK_LED_PIN from 0 to 0xFF, because
megaTinyCore defines the not special pin PIN_PA4 as 0.
- Changed timer for ATtiny16X4.
- Fixed missing initialization with pinMode() for feedback LED.
- Fixed bitmask error in sendBiphaseData() when not sending start
bit.
- Improved decodeSamsung().
- OpenLASIR protocol added by danielweidman.
- Added DECODE_MARANTZ and swapped parameter aMarantzExtension
and aNumberOfRepeats of sendMaranz() to be consistent with other
extensions.
- Moved IRCommandDispatcher from demo to main library folder.
Reporte by: github
| -rw-r--r-- | devel/arduino-irremote/Makefile | 2 | ||||
| -rw-r--r-- | devel/arduino-irremote/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 3ebc2908827a..36d459f2c59c 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index b23c60b7016e..2a5dbeae0505 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761431174 -SHA256 (Arduino-IRremote-Arduino-IRremote-v4.5.0_GH0.tar.gz) = 2a94ea7c58889209e74280d06af81cec8e65a81a95712f22f881a8acd8376591 -SIZE (Arduino-IRremote-Arduino-IRremote-v4.5.0_GH0.tar.gz) = 1239632 +TIMESTAMP = 1772130721 +SHA256 (Arduino-IRremote-Arduino-IRremote-v4.6.0_GH0.tar.gz) = f130e06c3dad96f43ba780a87c33830cc1ed22ff904a0e5befbd9b5717dba634 +SIZE (Arduino-IRremote-Arduino-IRremote-v4.6.0_GH0.tar.gz) = 1260238 |
