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:
parent
092c1c22d4
commit
8798385d40
4 changed files with 21 additions and 13 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue