IR-Remote-Receiver-Python-Module
IR-Remote-Receiver-Python-Module copied to clipboard
Press and Hold Volume button
Can you please guide me how to handle press and hold a remote button?
Hi
Use the ir.set_repeat(repeat = True) function to ensure the repeat functionality is enabled. Then when the program gets a repeat code it should just set the code to the last code received. This assumes you are using an NEC formatted remote.