mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-13 01:46:21 +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
|
||||
//
|
||||
#define RAWBUF 100 // Maximum length of raw duration buffer
|
||||
#define RAWBUF 101 // Maximum length of raw duration buffer
|
||||
|
||||
typedef
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user