From 5bb0bd49ce21af98efd6142b9f60ee28c673f6be Mon Sep 17 00:00:00 2001 From: pxzleo Date: Fri, 15 Sep 2017 11:21:32 +0800 Subject: [PATCH] =?UTF-8?q?RTK=E9=BB=98=E8=AE=A4=E6=94=B9=E6=88=90COM7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plane.FormationCreator/ViewModels/ControlPanelViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plane.FormationCreator/ViewModels/ControlPanelViewModel.cs b/Plane.FormationCreator/ViewModels/ControlPanelViewModel.cs index a42bb5e..111fc03 100644 --- a/Plane.FormationCreator/ViewModels/ControlPanelViewModel.cs +++ b/Plane.FormationCreator/ViewModels/ControlPanelViewModel.cs @@ -196,7 +196,7 @@ namespace Plane.FormationCreator.ViewModels })); } } - private string _RTKcomvalue = "COM3"; + private string _RTKcomvalue = "COM7"; public string RTKcomvalue { get { return _RTKcomvalue; }