Quellcode durchsuchen

v2.2.4

1.修复0x8606解析错误
2.修复且完善0x0200附加信息
3.增加协议分析工具待完善
tags/v2.2.4
SmallChi(Koike) vor 5 Jahren
Ursprung
Commit
ae13ae7b20
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. +4
    -0
      src/JT808.Protocol.Test/JT808.Protocol.Test.csproj

+ 4
- 0
src/JT808.Protocol.Test/JT808.Protocol.Test.csproj Datei anzeigen

@@ -10,6 +10,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Extensions\**" />
<Compile Remove="MessageBody\**" />


Laden…
Abbrechen
Speichern