mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix wrong set of IR protocols with 'sonoff-ircustom'
This commit is contained in:
parent
9785a7997c
commit
0757648c84
@ -58,7 +58,7 @@
|
|||||||
// The Air Conditioner protocols are the most expensive memory-wise.
|
// 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 DECODE_HASH true // Semi-unique code for unknown messages
|
||||||
|
|
||||||
#define SEND_RAW true
|
#define SEND_RAW true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user