On Mon, Jun 24, 2013 at 12:08 PM, yeran wrote:
> Hi everyone,
>
> In benchmark, the packet is 23-byte long, inclues preamble, access code,
> header, payload, crc, and 'x55'. Now I want to add a one-byte flag after the
> header. I changed the packet_utils.py make_packet block, add a flag when
> for
Hi everyone,
In benchmark, the packet is 23-byte long, inclues preamble, access code,
header, payload, crc, and 'x55'. Now I want to add a one-byte flag after the
header. I changed the packet_utils.py make_packet block, add a flag when form
the new packet. And changed the header length to 9. H