Skip to content

Commit

Permalink
devel/arduino-irremote: Update to 4.2.0
Browse files Browse the repository at this point in the history
Changes since 4.1.2

 - The old decode function is renamed to decode_old(decode_results
   *aResults). decode (decode_results *aResults) is only available
   in IRremote.h and prints a message.

 - Added DECODE_ONKYO, to force 16 bit command and data decoding.

 - Enable Bang&Olufsen 455 kHz if SEND_PWM_BY_TIMER is defined.

 - Fixed bug: TinyReceiver throwing ISR not in IRAM on ESP8266.

 - Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2.

 - Added ARDUINO_ARCH_NRF52 to support Seeed XIAO nRF52840 Sense.

 - First untested support of Uno R4.

 - Extraced version macros to IRVersion.h.

Reported by:    portscout
  • Loading branch information
leres committed Aug 22, 2023
1 parent f27b5f6 commit 49ce14e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/arduino-irremote/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arduino-irremote
PORTVERSION= 4.1.2
PORTVERSION= 4.2.0
DISTVERSIONPREFIX= v
CATEGORIES= devel

Expand Down
6 changes: 3 additions & 3 deletions devel/arduino-irremote/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679517741
SHA256 (z3t0-Arduino-IRremote-v4.1.2_GH0.tar.gz) = cbeed5e7d73c99b76addf44f376a9430b42be25b9aeefcdb4e7a7918cc80141d
SIZE (z3t0-Arduino-IRremote-v4.1.2_GH0.tar.gz) = 808424
TIMESTAMP = 1692741190
SHA256 (z3t0-Arduino-IRremote-v4.2.0_GH0.tar.gz) = bd6c4a2d5ec8013240cc19e1c6ebe2d903e28b8acc27bdee6f172d22db3ec392
SIZE (z3t0-Arduino-IRremote-v4.2.0_GH0.tar.gz) = 814797

0 comments on commit 49ce14e

Please sign in to comment.