From 51f9cbe4575ecb82e5ff34447d44ea9e6624ac6d Mon Sep 17 00:00:00 2001 From: Stephane Fillod Date: Tue, 10 Jan 2023 20:41:07 +0100 Subject: [PATCH] Update status of celestron to Stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Eric K0JEG Tested-by: Daniel DL7NDR <040+73@mailbox.org> Tested-by: Андрей Родионов --- rotators/celestron/celestron.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rotators/celestron/celestron.c b/rotators/celestron/celestron.c index 87d98685f..39baebe57 100644 --- a/rotators/celestron/celestron.c +++ b/rotators/celestron/celestron.c @@ -228,7 +228,7 @@ const struct rot_caps nexstar_rot_caps = .mfg_name = "Celestron", .version = "20220109.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600,