IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
267 stars 43 forks source link

Update irsnd.hpp #67

Closed lapmk closed 2 years ago

lapmk commented 2 years ago

There was a "copy-paste" bug in line 2719. Instead of "IRSND_SUPPORT_MATSUSHITA_PROTOCOL" it must be "IRSND_SUPPORT_TECHNICS_PROTOCOL". Otherwise no IR code is sent in case of the Technics protocol, because the code is just skipped.

ArminJo commented 2 years ago

Thanks! 👍