Skip to content

Commit

Permalink
Merge pull request #6329 from s-hadinger/ir_full_fix
Browse files Browse the repository at this point in the history
Fix wrong set of IR protocols with 'sonoff-ircustom'
  • Loading branch information
arendst authored Aug 31, 2019
2 parents 12a5e50 + 0757648 commit 2111040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IRremoteESP8266-2.6.5/src/IRremoteESP8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2111040

Please sign in to comment.