8000 fix example error message · sparkfun/Arduino-IRremote@9a74475 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9a74475

Browse files
committed
fix example error message
1 parent 7c14514 commit 9a74475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IRrecvDumpV2/IRrecvDumpV2.ino

Lines changed: 1 addition & 1 deletion
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)
0