fix example error message

This commit is contained in:
Felipe Noronha
2017-01-13 11:58:40 -02:00
parent 7c14514beb
commit 9a74475c8d

View File

@@ -66,7 +66,7 @@ void dumpInfo (decode_results *results)
{
// Check if the buffer overflowed
if (results->overflow) {
Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWLEN");
Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWBUF");
return;
}