From 347fedfd0f6664beb65a2d93e55ec7c09fae1125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=84=8F=20=E5=BD=AD?= <2417589739@qq.com> Date: Mon, 26 Jun 2023 11:14:35 +0800 Subject: [PATCH] 1 --- BPASmartClient.Tourism/Control_MorkCL.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BPASmartClient.Tourism/Control_MorkCL.cs b/BPASmartClient.Tourism/Control_MorkCL.cs index 84160c39..336e1320 100644 --- a/BPASmartClient.Tourism/Control_MorkCL.cs +++ b/BPASmartClient.Tourism/Control_MorkCL.cs @@ -44,11 +44,11 @@ namespace BPASmartClient.MorkCL devices.TryAdd(EDeviceType.压力锅, new PressureCookerServer()); devices.TryAdd(EDeviceType.外部设备, new OtherServer()); - devices[EDeviceType.炒锅1].Init(ConnectPar.FryingPanIP1); - devices[EDeviceType.炒锅2].Init(ConnectPar.FryingPanIP2); - devices[EDeviceType.机器人].Init(ConnectPar.RobotIP); - devices[EDeviceType.压力锅].Init(ConnectPar.PressureCookerIP); - devices[EDeviceType.外部设备].Init(ConnectPar.PPortName); + //devices[EDeviceType.炒锅1].Init(ConnectPar.FryingPanIP1); + //devices[EDeviceType.炒锅2].Init(ConnectPar.FryingPanIP2); + //devices[EDeviceType.机器人].Init(ConnectPar.RobotIP); + //devices[EDeviceType.压力锅].Init(ConnectPar.PressureCookerIP); + //devices[EDeviceType.外部设备].Init(ConnectPar.PPortName); #region 读取本地文件数据 Json.Read();