Skip to content

Commit

Permalink
decoding confirmed to be working.
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit committed Oct 25, 2020
1 parent 5799f6f commit bca339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_EliteScreens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void IRsend::sendElitescreens(uint64_t data, uint16_t nbits, uint16_t repeat) {

#if DECODE_ELITESCREENS
/// Decode the supplied Elite Screens message.
/// Status: BETA / Probably works
/// Status: STABLE / Confirmed working.
/// @param[in,out] results Ptr to the data to decode & where to store the decode
/// result.
/// @param[in] offset The starting index to use when attempting to decode the
Expand Down

0 comments on commit bca339e

Please sign in to comment.