David Conran
David Conran
I've reviewed the library code, and I can't see anything obvious that could cause a problem. We will need to see a dump of the original remote to work backwards...
How did you go?
> Hmm, this is failing the supported-devices-check because that's expecting one header file per .cpp. It complains if the 'Supported' section is in the ir_Daikin.h header file because the new...
Please see #1486 for some history. So, if [`_.isTcl`](https://github.com/crankyoldgit/IRremoteESP8266/blob/71cd956d1ed0a4f139ec214ea4a0de0afc7c4dda/src/ir_Tcl.h#L78) is not good enough to use as a model differentiator we need to come up with another way to tell the...
> My guess is that the single core of the S2 is having problems, and wlan (even If nothing is recived) interrupts most of the IR output, at least when...
@Vrushabhgada Please provide a link to your github branch with all of the changes you've made. What you've provided so far is an incomplete picture. Also, `auto_analyse_raw_data.py` would have warned...
That's because you didn't follow the instructions correctly in [Adding support for a new IR protocol](Adding support for a new IR protocol). i.e. See the comment _"... If you use...
> Please refer the below github repo > https://github.com/Vrushabhgada/IRBlueStartProtocol FYI, it is best to fork the repo, rather than create/upload a new one. That way I people can easily track...
After a very quick look, I am sure your first problem is as I said before, you're using the wrong sort of decode routine structure etc for the bit size...
FYI. I've seen this PR and been thinking about how to do this "better" in a way. My plan is to create a new branch/PR etc and try to get...