mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
fix example error message
This commit is contained in:
@@ -66,7 +66,7 @@ void dumpInfo (decode_results *results)
|
|||||||
{
|
{
|
||||||
// Check if the buffer overflowed
|
// Check if the buffer overflowed
|
||||||
if (results->overflow) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user