mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-23 14:56:15 +00:00
Increased RAWLEN to 101 to stop Panasonic codes overflowing
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Information for the Interrupt Service Routine
|
// Information for the Interrupt Service Routine
|
||||||
//
|
//
|
||||||
#define RAWBUF 100 // Maximum length of raw duration buffer
|
#define RAWBUF 101 // Maximum length of raw duration buffer
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user