Skip to content

Commit

Permalink
modify: max length
Browse files Browse the repository at this point in the history
  • Loading branch information
ykisii committed Apr 28, 2023
1 parent 35bc458 commit fbf8620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arry[0] = 0x0A;
arry[1] = 0x0B;
arry[2] = 0x0C;
arry[3] = 0x0D;
const format = [{"dat": 4}]; // Max size, can be specified is 4.
const format = [{"dat": 4}]; // Max size, can be specified is 8.
const b2j = new BinaryToJSON();
const data: any = b2j.convert(arry, format); // default endian is big

Expand Down

0 comments on commit fbf8620

Please sign in to comment.