crankyoldgit / IRremoteESP8266

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
2.95k stars 831 forks source link

Add R51L1/BGE remote to Coolix #2034

Open mogery opened 1 year ago

mogery commented 1 year ago

R51L1/BGE remote that comes with some Fisher ACs uses the Coolix protocol

crankyoldgit commented 1 year ago

Thanks for the info/feedback!

Please see the following at the start of the file: https://github.com/crankyoldgit/IRremoteESP8266/blob/a295f87e067bc8ccb22523ef035a05ea11d65e49/SupportedProtocols.md?plain=1#L1-L3

You need to make this change here instead: https://github.com/crankyoldgit/IRremoteESP8266/blob/a295f87e067bc8ccb22523ef035a05ea11d65e49/src/ir_Coolix.h#L12-L27