We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c14514 + 9a74475 commit 96efb59Copy full SHA for 96efb59
examples/IRrecvDumpV2/IRrecvDumpV2.ino
@@ -66,7 +66,7 @@ void dumpInfo (decode_results *results)
66
{
67
// Check if the buffer overflowed
68
if (results->overflow) {
69
- Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWLEN");
+ Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWBUF");
70
return;
71
}
72
0 commit comments