From a15bf2278512a221432c2ba313cc6fa8e582adb6 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Fri, 23 Apr 2021 15:00:03 +0100 Subject: [PATCH] Switched the order of the setting of the date and time, then skipping the prompts. --- Meade.net.Telescope/Telescope.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index d3dda39..26c4f41 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -418,9 +418,9 @@ namespace ASCOM.Meade.net } SetTelescopePrecision("Connect"); - - ApplySkipAutoStarPrompts("Connect"); + SendCurrentDateTime("Connect"); + ApplySkipAutoStarPrompts("Connect"); } else {