Skip to content

Commit 2f71012

Browse files
committed
Documentation
1 parent 6e5be97 commit 2f71012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IRremoteInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class IRrecv {
254254
/*
255255
* Old functions
256256
*/
257-
bool decode(decode_results *aResults) __attribute__ ((deprecated ("Please use decode() without a parameter."))); // deprecated
257+
bool decode(decode_results *aResults) __attribute__ ((deprecated ("Please use IrReceiver.decode() without a parameter and IrReceiver.decodedIRData.<fieldname> ."))); // deprecated
258258
bool decodeWhynter();
259259

260260
bool decodeSAMSUNG();

0 commit comments

Comments
 (0)