From fd7a0fac627fba24fd3a92a711fd95dc68c9683b Mon Sep 17 00:00:00 2001 From: "SmallChi(Koike)" <564952747@qq.com> Date: Mon, 25 Nov 2019 12:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8GlobalConfigBase=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BD=E6=A0=870x0200=E5=92=8C0x8103=E7=9A=84?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E7=A8=8B=E5=BA=8F=E9=9B=86=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/JT808.Protocol/Interfaces/GlobalConfigBase.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/JT808.Protocol/Interfaces/GlobalConfigBase.cs b/src/JT808.Protocol/Interfaces/GlobalConfigBase.cs index 1331ae0..f636562 100644 --- a/src/JT808.Protocol/Interfaces/GlobalConfigBase.cs +++ b/src/JT808.Protocol/Interfaces/GlobalConfigBase.cs @@ -49,7 +49,9 @@ namespace JT808.Protocol.Interfaces foreach (var easb in externalAssemblies) { FormatterFactory.Register(easb); + JT808_0X0200_Factory.Register(easb); JT808_0X0200_Custom_Factory.Register(easb); + JT808_0X8103_Factory.Register(easb); JT808_0X8103_Custom_Factory.Register(easb); } }