From 2f7afbd83e5295165ca413c7048d012004c87739 Mon Sep 17 00:00:00 2001 From: David Conran Date: Thu, 5 Jan 2023 20:21:58 +1000 Subject: [PATCH] Update XMP status to Stable (#1944) Ref: https://github.com/crankyoldgit/IRremoteESP8266/discussions/1942#discussioncomment-4579476 --- src/ir_Xmp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ir_Xmp.cpp b/src/ir_Xmp.cpp index 29d7f6c1b..5d9da4c52 100644 --- a/src/ir_Xmp.cpp +++ b/src/ir_Xmp.cpp @@ -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. @@ -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.