From d2726aae904a2ef84af408d324394cbe732848fb Mon Sep 17 00:00:00 2001 From: cschwinne Date: Mon, 20 Jan 2020 11:44:19 +0100 Subject: [PATCH] Re-add NEC decoder (closes #608) --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 84e756278..efd1bfe82 100644 --- a/platformio.ini +++ b/platformio.ini @@ -30,6 +30,7 @@ build_flags = #build_flags for the IRremoteESP8266 library (enabled decoders have to appear here) -D _IR_ENABLE_DEFAULT_=false -D DECODE_HASH=true + -D DECODE_NEC=true -D DECODE_SONY=true -D DECODE_SAMSUNG=true -D DECODE_LG=true