- Notifications
You must be signed in to change notification settings - Fork1.8k
Added support for multiple receiver instances and output for UNKNOWN protocol to printIRSendUsage().
Latest- Added support for multiple receiver instances.
- irparams_struct irparams is now member of IRrecv. Thus removed rawDataPtr (pointer to irparams) from IrReceiver.decodedIRData.
- Removed return value for all decodePulseDistanceWidthData() decoding functions, which returned a constant true.
- Removed parameter aEnableLEDFeedback in function IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) and IRsend::begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin).
- LED feedback is always enabled for sending. It can only be disabled by using the macro NO_LED_SEND_FEEDBACK_CODE.
- Added output for UNKNOWN protocol to printIRSendUsage().
- Added experimental sendVelux().
- Added sendMaranz().
- Fixed bug in ReceiveDemo.cpp if DEBUG_BUTTON_PIN is not defined.#1306.
- Fixed minor bugs in Denon decoder.
- Minor bug fixes for DEBUG.
- New handling of MARK_EXCESS_MICROS without strange rounding inconsistency.
- Added experimental threshold decoding.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted