IRMP-org / IRMP

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

only picking up every 10-20 key press on Bang & Olufsen Beo4 #42

Closed CheapB closed 3 years ago

CheapB commented 3 years ago

Bug Report

Arduino Platform

IDE

IR-Protocol

Example to reproduce the issue

Pin(s) used for IR-receive, if not default

default

Version

Current behavior

SimpleSender with line 56 modified to #include and 57 commented out

only every 10-20 key press is being detected

Expected behavior

I expected every key press to be detected

Error output

"P=BANG OLU0xE A=0x0 C=0x80" every 10-20 time I press TV on the remote

Additional context

ArminJo commented 3 years ago

SimpleSender with line 56 modified to #include and 57 commented out

What are you telling??? line 56 is IRMP_DATA irsnd_data;

CheapB commented 3 years ago

I just downloaded the lib and in my editor line 56 is #include // This enables 15 main protocols

not sure if that has changed over the last 4 hours...

ArminJo commented 3 years ago

And what you think is this? https://github.com/ukw100/IRMP/blob/4e9ef0d7ed169965943485a84f7fb295e668c797/examples/SimpleSender/SimpleSender.ino#L56

CheapB commented 3 years ago

Looks like I mistakenly marked and referenced SimpleSender instead of SimpleReceiver, Which my issue was referring to. You are obviously annoyed with my mistake - which i understand since you are offering your service for free to the community. I