Skip to content

Commit

Permalink
Bumped version to 3.0.1 since we have a unauthorized 3.0.0 version in…
Browse files Browse the repository at this point in the history
… the Arduino Library Manager.
  • Loading branch information
Armin committed Feb 8, 2021
1 parent eb6f094 commit 9a43cf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
## 2.9.0 2021/01
## 3.0.2

## 3.0.0 + 3.0.1 2021/02
- Added SendRaw with byte data.
- Fixed resume bug if irparams.rawlen >= RAW_BUFFER_LENGTH. Thanks to Iosif Peterfi
- Added `dumpPronto(String *aString, unsigned int frequency)` with String object as argument. Thanks to Iosif Peterfi
- Removed Test2 example.
- Fixed swapped cases in `getProtocolString()`. Thanks to Jim-2249
- Added compile option `IR_INPUT_IS_ACTIVE_HIGH`. Thanks to Jim-2249
- Corrected template. Thanks to Jim-2249
- Introduced standard decode and send functions.
- Added compatibility with tone for AVR's.
- New TinyIRreceiver does not require a timer.
- New MinimalReceiver and IRDispatcherDemo examples.
- Removed Test2 example.
- Added TinyCore 32 / ATtiny3217 support.
- Added Apple protocol.

## 2.8.1 2020/10
- Fixed bug in Sony decode introduced in 2.8.0.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/z3t0/Arduino-IRremote.git"
},
"version": "3.0.0",
"version": "3.0.1",
"frameworks": "arduino",
"platforms": "atmelavr",
"authors" :
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=IRremote
version=3.0.0
version=3.0.1
author=shirriff, z3t0 <[email protected]>, ArminJo
maintainer=Armin Joachimsmeyer <[email protected]>
sentence=Send and receive infrared signals with multiple protocols
Expand Down
2 changes: 1 addition & 1 deletion src/IRremoteInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define RAW_BUFFER_LENGTH 101 ///< Maximum length of raw duration buffer. Must be odd! 101 supports up to 48 bit codings.
#endif

#define VERSION_IRREMOTE "3.0.0"
#define VERSION_IRREMOTE "3.0.1"
#define VERSION_IRREMOTE_MAJOR 3
#define VERSION_IRREMOTE_MINOR 0
/*
Expand Down

0 comments on commit 9a43cf7

Please sign in to comment.