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:
Rafi Khan
2017-01-20 23:45:40 -06:00
parent 88e243fe06
commit 7befbbcd34

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