summaryrefslogtreecommitdiff
path: root/devel/arduino-irremote/Makefile
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2025-10-25 15:30:12 -0700
committerCraig Leres <leres@FreeBSD.org>2025-10-25 15:30:12 -0700
commit630687e0c156ec2ebff92e2662bd584c9713d7bb (patch)
treed124ab8988ce6259c1fdbb1ec30600b0a96752ca /devel/arduino-irremote/Makefile
parentwww/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
Diffstat (limited to 'devel/arduino-irremote/Makefile')
-rw-r--r--devel/arduino-irremote/Makefile2
1 files changed, 1 insertions, 1 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