Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
yedajiang44 committed Sep 24, 2021
1 parent bf4ec53 commit 6e2c0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JT809.Protocol.Test/AnalyzeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ public void Test1()
hex = "00630000000B00";
json = JT809_2019_Serializer.Analyze<JT809_0x1500_0x1503>(hex.ToHexBytes());

hex = "0700000006313233343536";
hex = "0000001B557AC40014002003251026012003251026010000123400123456A9";
json = JT809Serializer.Analyze<JT809_0x1500_0x1504>(hex.ToHexBytes());

hex = "000C000000010700000006313233343536";
hex = "000C00000001070000001B557AC40014002003251026012003251026010000123400123456A9";
json = JT809_2019_Serializer.Analyze<JT809_0x1500_0x1504>(hex.ToHexBytes());

hex = "01";
Expand Down

0 comments on commit 6e2c0f5

Please sign in to comment.