diff --git a/Script/Model/ModelSerialTest.cs b/Script/Model/ModelSerialTest.cs index e20a88a..92b906f 100644 --- a/Script/Model/ModelSerialTest.cs +++ b/Script/Model/ModelSerialTest.cs @@ -53,6 +53,7 @@ public class ModelSerialTest : EGModule,IEGFramework EngineInitEvent.UnRegister(); this.EngineSerialPort = sender; EG.Print("Engine sensor init success!"); + this.GetModule(); // this.GetModule().ResetTrack(); } }