mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-20 16:22:55 +00:00
Update irRecv.cpp
This commit is contained in:
@@ -85,6 +85,11 @@ int IRrecv::decode (decode_results *results)
|
|||||||
if (decodeLegoPowerFunctions(results)) return true ;
|
if (decodeLegoPowerFunctions(results)) return true ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if DECODE_CDTV
|
||||||
|
DBG_PRINTLN("Attempting Commodore Amiga CDTV decode");
|
||||||
|
if (decodeCDTV(results)) return true;
|
||||||
|
#endif
|
||||||
|
|
||||||
// decodeHash returns a hash on any input.
|
// decodeHash returns a hash on any input.
|
||||||
// Thus, it needs to be last in the list.
|
// Thus, it needs to be last in the list.
|
||||||
// If you add any decodes, add them before this.
|
// If you add any decodes, add them before this.
|
||||||
|
|||||||
Reference in New Issue
Block a user