We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if datagram too big (more than 8 events), datagram is cut in parts, but each part starts from 0 in LCC_memory.c, at line 240:
memcpy(response + start, data, data_len); ====> memcpy(response + start, data + starting_address, data_len);
thank you for the wonderfull job.