Added new alignment mode to the log

This commit is contained in:
2019-10-04 20:42:46 +01:00
parent 670a5ccf81
commit 3dc87e3724
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -388,6 +388,10 @@ namespace ASCOM.Meade.net
if (connectionInfo.SameDevice == 1)
{
LogMessage("Connected Set", "Making first connection telescope adjustments");
AlignmentModes alignmode = AlignmentMode;
LogMessage("Connected Set", alignmode.ToString());
//These settings are applied only when the first device connects to the telescope.
SetLongFormat(true);