Skip to content

Commit

Permalink
Update XMP status to Stable (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit authored Jan 5, 2023
1 parent fa77d78 commit 2f7afbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ir_Xmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ using IRXmpUtils::adjustRepeat;

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

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

0 comments on commit 2f7afbd

Please sign in to comment.