Switched the order of the setting of the date and time, then skipping the prompts.

This commit is contained in:
2021-04-23 15:00:03 +01:00
parent ed84313c2e
commit a15bf22785
+2 -2
View File
@@ -418,9 +418,9 @@ namespace ASCOM.Meade.net
} }
SetTelescopePrecision("Connect"); SetTelescopePrecision("Connect");
ApplySkipAutoStarPrompts("Connect");
SendCurrentDateTime("Connect"); SendCurrentDateTime("Connect");
ApplySkipAutoStarPrompts("Connect");
} }
else else
{ {