Skip to content

Commit 229c775

Browse files
committed
fix width size
1 parent 6fd5da4 commit 229c775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ IOT PROTOCOL uses middlewares and router's filtering features based on [express
4747
> ----------------
4848
> + 1016 Bytes : [PATH + ETX]_SIZE + [HEADER + ETX]_SIZE
4949
>
50-
> |-----------------------------------------IOT_PROTOCOL_BUFFER_SIZE(1024)-----------------------------------|
50+
> |--------------------------------IOT_PROTOCOL_BUFFER_SIZE(1024)-----------------------------|
5151
>
5252
> |--MSCB(1)--|
5353
>
5454
> |--LSCB(1)--|
5555
>
5656
> |--ID_SIZE(2)--|
5757
>
58-
> |--[PATH + ETX]--|
58+
> |--PATH--|
5959
>
60-
> |--[HEADER + ETX]--|
60+
> |--HEADER--|
6161
>
62-
> |--BODY_LENGTH_MAXIMUM_SIZE(4)--|
62+
> |--BODY_LENGTH_MAXIMUM_SIZE(4)--|
6363
>
6464
>
6565

0 commit comments

Comments
 (0)