From c2d3202ffb0f4c51431b982ca023a586fcdbafc0 Mon Sep 17 00:00:00 2001 From: gereta <35538147+gereta@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:18:46 +0100 Subject: [PATCH] Update skywatcher.h - Added coordinates for parking position Added coordinates for parking position --- rotators/skywatcher/skywatcher.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rotators/skywatcher/skywatcher.h b/rotators/skywatcher/skywatcher.h index 2164098ff..70c6c5dfc 100644 --- a/rotators/skywatcher/skywatcher.h +++ b/rotators/skywatcher/skywatcher.h @@ -20,6 +20,9 @@ #ifndef HAMLIB_SKYWATCHER_H #define HAMLIB_SKYWATCHER_H 1 +#define SKYWATCHER_PARK_AZ 0 +#define SKYWATCHER_PARK_EL 0 + #include "rotator.h" extern const struct rot_caps skywatcher_rot_caps;