Added code to force the date time to happen after the display bypass for autostar 497's
This commit is contained in:
@@ -418,9 +418,15 @@ namespace ASCOM.Meade.net
|
|||||||
}
|
}
|
||||||
|
|
||||||
SetTelescopePrecision("Connect");
|
SetTelescopePrecision("Connect");
|
||||||
|
|
||||||
|
bool setTimeBeforeDisplayBypass = SharedResourcesWrapper.ProductName == TelescopeList.LX200GPS;
|
||||||
|
if (setTimeBeforeDisplayBypass)
|
||||||
|
SendCurrentDateTime("Connect");
|
||||||
|
|
||||||
SendCurrentDateTime("Connect");
|
|
||||||
ApplySkipAutoStarPrompts("Connect");
|
ApplySkipAutoStarPrompts("Connect");
|
||||||
|
if (!setTimeBeforeDisplayBypass)
|
||||||
|
SendCurrentDateTime("Connect");
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user