RTK默认改成COM7

This commit is contained in:
pxzleo 2017-09-15 11:21:32 +08:00
parent 5dc074fc0b
commit 5bb0bd49ce

View File

@ -196,7 +196,7 @@ namespace Plane.FormationCreator.ViewModels
}));
}
}
private string _RTKcomvalue = "COM3";
private string _RTKcomvalue = "COM7";
public string RTKcomvalue
{
get { return _RTKcomvalue; }