From 7befbbcd34fbc7def99044bd9dd9d44c6a289624 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Fri, 20 Jan 2017 23:45:40 -0600 Subject: [PATCH] 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 --- ir_Sony.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ir_Sony.cpp b/ir_Sony.cpp index 4446f83..7ad23a2 100644 --- a/ir_Sony.cpp +++ b/ir_Sony.cpp @@ -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; }