mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 00:46:14 +00:00
Started working on #36. Renamed SANYO to SONY decoder for sonyDecode()
but still need to take a look at SONY_DOUBLE_SPACE_USECS which seems somewhat odd
This commit is contained in:
@@ -57,12 +57,7 @@ long IRrecv::decodeSony (decode_results *results)
|
||||
// Serial.print("IR Gap found: ");
|
||||
results->bits = 0;
|
||||
results->value = REPEAT;
|
||||
|
||||
# ifdef DECODE_SANYO
|
||||
results->decode_type = SANYO;
|
||||
# else
|
||||
results->decode_type = UNKNOWN;
|
||||
# endif
|
||||
results->decode_type = SONY;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user