Skip to content

Commit 68ce11e

Browse files
Documenation updated
1 parent b8cf4e1 commit 68ce11e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static void encodeSetParamCommand(uint8_t* data, int& size, VSourceParam id, flo
339339
| ---- | ----- | -------------------------------------------------- |
340340
| 0 | 0x01 | SET_PARAM command header value. |
341341
| 1 | 0x01 | Major version of VSource class. |
342-
| 2 | 0x05 | Minor version of VSource class. |
342+
| 2 | 0x06 | Minor version of VSource class. |
343343
| 3 | id | Parameter ID **int32_t** in Little-endian format. |
344344
| 4 | id | Parameter ID **int32_t** in Little-endian format. |
345345
| 5 | id | Parameter ID **int32_t** in Little-endian format. |
@@ -384,7 +384,7 @@ static void encodeCommand(uint8_t* data, int& size, VSourceCommand id);
384384
| ---- | ----- | ----------------------------------------------- |
385385
| 0 | 0x00 | COMMAND header value. |
386386
| 1 | 0x01 | Major version of VSource class. |
387-
| 2 | 0x05 | Minor version of VSource class. |
387+
| 2 | 0x06 | Minor version of VSource class. |
388388
| 3 | id | Command ID **int32_t** in Little-endian format. |
389389
| 4 | id | Command ID **int32_t** in Little-endian format. |
390390
| 5 | id | Command ID **int32_t** in Little-endian format. |
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)