You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when store signal of 32 bits of Samsung that read by irrecv.decode(&results) function , then when sending that signal by irsend.sendSAMSUNG(0xE0E0E01F, 32 );
then read it by irrecv.decode(&results) function again , the results not same between signal i store and signal i send
please help me
thanks
The text was updated successfully, but these errors were encountered:
If this is in code, then it is your compiler that deals with 0x.. to be converted to integer. You might have a compiler that does this differently, but that's unlikely, ther emust be something else, or are you sending this as text somewhere?
Can you please post the minimalist code that reproduces the issue you have?
We are fairly confident the library is correct, and we suspect you're doing something incorrect in your code.
Please also supply the output of the IRrecvDumpV3 program too. That will give us all the info about the physical signal you created.
Version/revision of the library used
v2.8.6
Describe the bug
when store signal of 32 bits of Samsung that read by irrecv.decode(&results) function , then when sending that signal by irsend.sendSAMSUNG(0xE0E0E01F, 32 );
then read it by irrecv.decode(&results) function again , the results not same between signal i store and signal i send
please help me
thanks
The text was updated successfully, but these errors were encountered: