mirror of https://github.com/arendst/Tasmota.git
Merge pull request #6329 from s-hadinger/ir_full_fix
Fix wrong set of IR protocols with 'sonoff-ircustom'
This commit is contained in:
commit
2111040f56
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue