Fixed defect where the guide rate wasn't being saved properly
This commit is contained in:
@@ -55,7 +55,8 @@ namespace ASCOM.Meade.net
|
|||||||
var profileProperties = new ProfileProperties
|
var profileProperties = new ProfileProperties
|
||||||
{
|
{
|
||||||
TraceLogger = chkTrace.Checked,
|
TraceLogger = chkTrace.Checked,
|
||||||
ComPort = comboBoxComPort.SelectedItem.ToString()
|
ComPort = comboBoxComPort.SelectedItem.ToString(),
|
||||||
|
GuideRateArcSecondsPerSecond = double.Parse(txtGuideRate.Text)
|
||||||
};
|
};
|
||||||
|
|
||||||
return profileProperties;
|
return profileProperties;
|
||||||
|
|||||||
Reference in New Issue
Block a user