Skip to content

Commit 96efb59

Browse files
authored
Merge pull request Arduino-IRremote#402 from felipenoris/fn/fix-msg
fix example error message
2 parents 7c14514 + 9a74475 commit 96efb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IRrecvDumpV2/IRrecvDumpV2.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void dumpInfo (decode_results *results)
6666
{
6767
// Check if the buffer overflowed
6868
if (results->overflow) {
69-
Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWLEN");
69+
Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWBUF");
7070
return;
7171
}
7272

0 commit comments

Comments
 (0)