Merge branch 'master' into Arbitrary_data_publish
This commit is contained in:
commit
0be4b1c2bd
@ -77,7 +77,7 @@ def parseMsg(payload):
|
|||||||
"charAry" | uchar (s) | 10s x 1 = 10 bytes
|
"charAry" | uchar (s) | 10s x 1 = 10 bytes
|
||||||
"val1" | int16 / short (h) | 1h x 2 = 2 bytes
|
"val1" | int16 / short (h) | 1h x 2 = 2 bytes
|
||||||
"val2" | unsigned long (L) | 1L x 4 = 4 bytes
|
"val2" | unsigned long (L) | 1L x 4 = 4 bytes
|
||||||
"val3" | uint16 / unsigned short | 1H x 2 = 2 bytes
|
"val3" | uint16/unsigned short(H)| 1H x 2 = 2 bytes
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
Total packet size = | 18 bytes |
|
Total packet size = | 18 bytes |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user