Merge pull request #14 from Aircoookie/master

Re-add NEC decoder (closes #608)
This commit is contained in:
srg74 2020-01-20 11:59:56 -05:00 committed by GitHub
commit 9cd0a7982a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ build_flags =
#build_flags for the IRremoteESP8266 library (enabled decoders have to appear here)
-D _IR_ENABLE_DEFAULT_=false
-D DECODE_HASH=true
-D DECODE_NEC=true
-D DECODE_SONY=true
-D DECODE_SAMSUNG=true
-D DECODE_LG=true