From 0757648c848ec7381771d633d3544b5b2fb4d3a7 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sat, 31 Aug 2019 14:36:11 +0200 Subject: [PATCH] Fix wrong set of IR protocols with 'sonoff-ircustom' --- lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h b/lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h index 706da40ea..0e1f00fa3 100755 --- a/lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h +++ b/lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h @@ -58,7 +58,7 @@ // The Air Conditioner protocols are the most expensive memory-wise. // -#if defined(FIRMWARE_IR) || defined(FIRMWARE_IR_CUSTOM) // full IR protocols +#ifdef USE_IR_REMOTE_FULL // full IR protocols #define DECODE_HASH true // Semi-unique code for unknown messages #define SEND_RAW true