From e4443d562ebe553ed112a95a6afa6458d9669e64 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sun, 27 Nov 2022 08:22:44 +0000 Subject: upstream fixes --- indi-celestronaux/auxproto.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indi-celestronaux/auxproto.cpp b/indi-celestronaux/auxproto.cpp index 9891e10..0ba7a92 100644 --- a/indi-celestronaux/auxproto.cpp +++ b/indi-celestronaux/auxproto.cpp @@ -292,6 +292,8 @@ int AUXCommand::responseDataSize() case MC_SEEK_DONE: case MC_LEVEL_DONE: case MC_POLL_CORDWRAP: + case MC_AUX_GUIDE: + case MC_AUX_GUIDE_ACTIVE: return 1; case MC_GOTO_FAST: case MC_SET_POSITION: -- cgit v1.2.3