Skip to content

Commit

Permalink
Disabled #define LOCAL_DEBUG in IRReceive.hpp, which was accidently e…
Browse files Browse the repository at this point in the history
…nabled at 4.1.0.
  • Loading branch information
Armin committed Mar 15, 2023
1 parent 06ae9b2 commit d78dfdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ See also the commit log at github: https://github.com/Arduino-IRremote/Arduino-I

## 4.1.1
- SAMD51 use timer3 if timer5 not available.
- Disabled #define LOCAL_DEBUG in IRReceive.hpp, which was accidently enabled at 4.1.0.

## 4.1.0
- Fixed bug in printing durations > 64535 in printIRResultRawFormatted().
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": "4.1.0",
"version": "4.1.1",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
"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=4.1.0
version=4.1.1
author=shirriff, z3t0, ArminJo
maintainer=Armin Joachimsmeyer <armin.arduino@gmail.com>
sentence=Send and receive infrared signals with multiple protocols
Expand Down
2 changes: 1 addition & 1 deletion src/IRReceive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define _IR_RECEIVE_HPP

#if defined(DEBUG) && !defined(LOCAL_DEBUG)
#define LOCAL_DEBUG
//#define LOCAL_DEBUG //
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
#endif
Expand Down

0 comments on commit d78dfdc

Please sign in to comment.