mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-18 04:16:16 +00:00
Compare commits
1 Commits
2.0.1
...
sanyo-sony
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7befbbcd34 |
@@ -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