Skip to content

Commit

Permalink
Bumped version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed May 29, 2023
1 parent fd6cd38 commit e52351f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,10 @@ The **tone library (using timer 2) is still available**. You can use it alternat
<br/>
# Revision History
### Version 3.6.4
### Version 3.6.3
- Fixed ESP32 send timer bug.
### Version 3.6.2
- Fixed FEEDBACK_LED_IS_ACTIVE_LOW 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.2",
"version": "3.6.3",
"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.2
version=3.6.3
author=Frank Meyer, Armin Joachimsmeyer
maintainer=Armin Joachimsmeyer <armin.arduino@gmail.com>, frank@fli4l.de
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>Added ATtiny88 / AVR timer1 timer support. Fixed send timing bug.<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/>
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.2"
#define VERSION_IRMP "3.6.3"
#define VERSION_IRMP_MAJOR 3
#define VERSION_IRMP_MINOR 6
#define VERSION_IRMP_PATCH 2
#define VERSION_IRMP_PATCH 3

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

0 comments on commit e52351f

Please sign in to comment.