diff options
| author | Craig Leres <leres@FreeBSD.org> | 2025-10-25 15:30:12 -0700 |
|---|---|---|
| committer | Craig Leres <leres@FreeBSD.org> | 2025-10-25 15:30:12 -0700 |
| commit | 630687e0c156ec2ebff92e2662bd584c9713d7bb (patch) | |
| tree | d124ab8988ce6259c1fdbb1ec30600b0a96752ca | |
| parent | www/node24: Use bundled sqlite3 (diff) | |
devel/arduino-irremote: Update to 4.5.0
Only stage examples with EXAMPLES.
Changes since 4.4.3:
- Added support for multiple receiver instances.
- irparams_struct irparams is now member of IRrecv.
- Removed return value for all decodePulseDistanceWidthData()
decoding functions, which returned a constant true.
- Removed parameter aEnableLEDFeedback in function IRsend::begin(bool
aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) and
IRsend::begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback,
uint_fast8_t aFeedbackLEDPin).
- LED feedback is always enabled for sending.
- Added output for UNKNOWN protocol to printIRSendUsage().
- Added experimental sendVelux().
- Added sendMaranz().
- Fixed bug in ReceiveDemo.cpp if DEBUG_BUTTON_PIN is not defined.
- Fixed minor bugs in Denon decoder.
- New handling of MARK_EXCESS_MICROS without strange rounding
inconsistency.
- Added experimental threshold decoding.
Reported by: portscout
| -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 79a2501a6c6a..3ebc2908827a 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.4.3 +PORTVERSION= 4.5.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index 7d9cf1ce0cc0..b23c60b7016e 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751301993 -SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.3_GH0.tar.gz) = ea4743c16dbf7e72e01ffc8c7cf228b0af79ce39d14b5618d38daffdc8988ee0 -SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.3_GH0.tar.gz) = 1223392 +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 |
