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