Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b932bd8eb6 | |||
| 5aec81b45f | |||
| d68d51bd9c |
@@ -388,6 +388,7 @@ namespace ASCOM.Meade.net
|
|||||||
|
|
||||||
if (connectionInfo.SameDevice == 1)
|
if (connectionInfo.SameDevice == 1)
|
||||||
{
|
{
|
||||||
|
LogMessage("Connected Set", $"Making first connection telescope adjustments");
|
||||||
//These settings are applied only when the first device connects to the telescope.
|
//These settings are applied only when the first device connects to the telescope.
|
||||||
SetLongFormat(true);
|
SetLongFormat(true);
|
||||||
|
|
||||||
@@ -398,6 +399,10 @@ namespace ASCOM.Meade.net
|
|||||||
|
|
||||||
SetTelescopePrecision("Connect");
|
SetTelescopePrecision("Connect");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LogMessage("Connected Set", $"Skipping first connection telescope adjustments (current connections: {connectionInfo.SameDevice}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user