Fix wrong set of IR protocols with 'sonoff-ircustom'

This commit is contained in:
Stephan Hadinger 2019-08-31 14:36:11 +02:00
parent 9785a7997c
commit 0757648c84

View File

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