1 Commits

Author SHA1 Message Date
Rafi Khan
7befbbcd34 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
2017-01-20 23:45:40 -06:00

View File

@@ -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;
}