Merge pull request #6329 from s-hadinger/ir_full_fix

Fix wrong set of IR protocols with 'sonoff-ircustom'
This commit is contained in:
Theo Arends 2019-08-31 18:06:17 +02:00 committed by GitHub
commit 2111040f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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