Skip to content

Commit 2f7afbd

Browse files
authored
Update XMP status to Stable (#1944)
Ref: #1942 (reply in thread)
1 parent fa77d78 commit 2f7afbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ir_Xmp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ using IRXmpUtils::adjustRepeat;
115115

116116
#if SEND_XMP
117117
/// Send a XMP packet.
118-
/// Status: Beta / Untested against a real device.
118+
/// Status: STABLE / Confirmed working against a real device.
119119
/// @param[in] data The message to be sent.
120120
/// @param[in] nbits The number of bits of message to be sent.
121121
/// @param[in] repeat The number of times the command is to be repeated.
@@ -150,7 +150,7 @@ void IRsend::sendXmp(const uint64_t data, const uint16_t nbits,
150150

151151
#if DECODE_XMP
152152
/// Decode the supplied XMP packet/message.
153-
/// Status: BETA / Probably works.
153+
/// Status: STABLE / Confirmed working against a real device.
154154
/// @param[in,out] results Ptr to the data to decode & where to store the result
155155
/// @param[in] offset The starting index to use when attempting to decode the
156156
/// raw data. Typically/Defaults to kStartOffset.

0 commit comments

Comments
 (0)