We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c14514 commit 9a74475Copy full SHA for 9a74475
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