BourneCao hace 4 años
padre
commit
5b93d62faa
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      CarMeterSystem/frmOneYardToEnd.cs

+ 5 - 0
CarMeterSystem/frmOneYardToEnd.cs

@@ -72,6 +72,11 @@ namespace CarMeterSystem
         {
             try
             {
+                if (!string.IsNullOrEmpty(PbCache.sportInfo.ledIp))
+                {
+                    led_controler = new LED_Control(PbCache.sportInfo.ledIp);
+                }
+
                 //不显示重量
                 ucWeightCarTJXJG1.setWgtBackColor(true);
                 if (PbCache.isTest)