mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-04 04:22:50 +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 ;
|
||||
#endif
|
||||
|
||||
#if DECODE_CDTV
|
||||
DBG_PRINTLN("Attempting Commodore Amiga CDTV decode");
|
||||
if (decodeCDTV(results)) return true;
|
||||
#endif
|
||||
|
||||
// decodeHash returns a hash on any input.
|
||||
// Thus, it needs to be last in the list.
|
||||
// If you add any decodes, add them before this.
|
||||
|
||||
Reference in New Issue
Block a user