Skip to content

Commit

Permalink
Bumped version to 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Oct 8, 2024
1 parent 586dfac commit d0ca553
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ The **tone library (using timer 2) is still available**. You can use it alternat
# Revision History
### Version 3.6.4
- Support for ESP32 core 3.x.
- Improved code for MegaTinyCore.
### Version 3.6.3
- Fixed ESP32 send timer bug.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/IRMP-org/IRMP"
},
"version": "3.6.3",
"version": "3.6.4",
"exclude": "pictures",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=IRMP
version=3.6.3
version=3.6.4
author=Frank Meyer, Armin Joachimsmeyer
maintainer=Armin Joachimsmeyer <[email protected]>, [email protected]
sentence=Receive and send infrared signals.<br/>
paragraph=<ul><li>Supports <b>50 different IR and 3 RF protocols</b>.</li><li>Can receive <b>40 protocols concurrently</b>.</li><li><b>Small</b> footprint and <b>robust</b> decoding.</li><li>Receive and send can be used in the <b>same sketch.</b></li><li>Supports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.</li></ul><br/><br/><b>New: </b>Fixed send timing bug for ESP32.<br/>
paragraph=Supports 50 different IR and 3 RF protocols. Can receive 40 protocols concurrently. Supports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.
category=Signal Input/Output
url=https://github.com/IRMP-org/IRMP
architectures=avr,megaavr,samd,esp8266,esp32,stm32,STM32F1,apollo3,mbed,mbed_nano,rp2040
Expand Down
4 changes: 2 additions & 2 deletions src/irmpVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#ifndef _IRMPVERSION_H
#define _IRMPVERSION_H

#define VERSION_IRMP "3.6.3"
#define VERSION_IRMP "3.6.4"
#define VERSION_IRMP_MAJOR 3
#define VERSION_IRMP_MINOR 6
#define VERSION_IRMP_PATCH 3
#define VERSION_IRMP_PATCH 4

/*
* Macro to convert 3 version parts into an integer
Expand Down

0 comments on commit d0ca553

Please sign in to comment.