4
Fork 0

1. Fixed issue with length field of keep-alive packet

2. Extended amount of elements in RingBuffer, reduced item length
3. Added system information into keep-alive
4. Updated version number
This commit is contained in:
R3ABM Artem 2016-08-11 09:13:10 +03:00
parent 092c1c22d4
commit 8798385d40
4 changed files with 21 additions and 13 deletions

View file

@ -10,8 +10,8 @@ extern "C"
{
#endif
#define DATA_LENGTH 256
#define BUFFER_LENGTH 8
#define DATA_LENGTH 48
#define BUFFER_LENGTH 16
struct BufferRecord
{