cantact icon indicating copy to clipboard operation
cantact copied to clipboard

Fixed Interface::send not working with candleLight devices

Open AgentRev opened this issue 2 years ago • 0 comments

candleLight devices only accept 8 bytes of data, and sending them 64 bytes completely stalls any transmission until power cycled. This fix slices data down to the first 8 bytes unless the FD flag is present or the DLC is greater than 8.

AgentRev avatar Apr 01 '23 12:04 AgentRev