Hello
I want to send data with IR sensor. I want to remote TV. I decoded my remote controller and it gives output like RC5 1801, RC5 1802 (13 byte). So i write code like that irsend.sendRC5(0x1802,13) but it didn't work. Is someone have any idea about that?