diff --git a/rotators/amsat/if100.c b/rotators/amsat/if100.c index 35e4089fc..d9c923ebf 100644 --- a/rotators/amsat/if100.c +++ b/rotators/amsat/if100.c @@ -105,7 +105,7 @@ const struct rot_caps if100_rot_caps = .mfg_name = "AMSAT", .version = "20110531.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_PARALLEL, .write_delay = 0, diff --git a/rotators/celestron/celestron.c b/rotators/celestron/celestron.c index 7adec6411..7fc4eb288 100644 --- a/rotators/celestron/celestron.c +++ b/rotators/celestron/celestron.c @@ -231,7 +231,7 @@ const struct rot_caps nexstar_rot_caps = .mfg_name = "Celestron", .version = "20220109.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600, diff --git a/rotators/cnctrk/cnctrk.c b/rotators/cnctrk/cnctrk.c index 0df71e23c..649e03f9e 100644 --- a/rotators/cnctrk/cnctrk.c +++ b/rotators/cnctrk/cnctrk.c @@ -63,7 +63,7 @@ const struct rot_caps cnctrk_rot_caps = .mfg_name = "CNCTRK", .version = "20220109.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_NONE, .write_delay = 0, diff --git a/rotators/easycomm/easycomm.c b/rotators/easycomm/easycomm.c index 55876e860..fa45424f8 100644 --- a/rotators/easycomm/easycomm.c +++ b/rotators/easycomm/easycomm.c @@ -608,7 +608,7 @@ const struct rot_caps easycomm3_rot_caps = .mfg_name = "Hamlib", .version = "20201203.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600, diff --git a/rotators/gs232a/gs232.c b/rotators/gs232a/gs232.c index 81ea45457..654d74789 100644 --- a/rotators/gs232a/gs232.c +++ b/rotators/gs232a/gs232.c @@ -280,7 +280,7 @@ const struct rot_caps amsat_lvb_rot_caps = .mfg_name = "AMSAT", .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 = 150, @@ -317,7 +317,7 @@ const struct rot_caps st2_rot_caps = .mfg_name = "FoxDelta", .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 = 150, diff --git a/rotators/indi/indi.c b/rotators/indi/indi.c index 3634e56ad..9ad929a02 100644 --- a/rotators/indi/indi.c +++ b/rotators/indi/indi.c @@ -33,7 +33,7 @@ const struct rot_caps indi_rot_caps = .mfg_name = "INDI", .version = "0.1", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_NONE, .write_delay = 0, diff --git a/rotators/ioptron/rot_ioptron.c b/rotators/ioptron/rot_ioptron.c index aca33bb15..55fdb6b81 100644 --- a/rotators/ioptron/rot_ioptron.c +++ b/rotators/ioptron/rot_ioptron.c @@ -307,7 +307,7 @@ const struct rot_caps ioptron_rot_caps = .mfg_name = "iOptron", .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, diff --git a/rotators/rotorez/rotorez.c b/rotators/rotorez/rotorez.c index 4d480a5d4..1c27f33bb 100644 --- a/rotators/rotorez/rotorez.c +++ b/rotators/rotorez/rotorez.c @@ -180,7 +180,7 @@ const struct rot_caps rotorcard_rot_caps = .mfg_name = "Idiom Press", .version = "20100214.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 4800, @@ -268,7 +268,7 @@ const struct rot_caps erc_rot_caps = .mfg_name = "DF9GR", .version = "20100823.2", /* second revision on 23 Aug 2010 */ .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 4800, diff --git a/rotators/sartek/sartek.c b/rotators/sartek/sartek.c index 06be69eb6..68126c338 100644 --- a/rotators/sartek/sartek.c +++ b/rotators/sartek/sartek.c @@ -56,7 +56,7 @@ const struct rot_caps sartek_rot_caps = .mfg_name = "SARtek", .version = "20061007.0", .copyright = "LGPL", - .status = RIG_STATUS_ALPHA, + .status = RIG_STATUS_BETA, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 1200, diff --git a/rotators/satel/satel.c b/rotators/satel/satel.c index dfceb868d..6c95b2891 100644 --- a/rotators/satel/satel.c +++ b/rotators/satel/satel.c @@ -392,7 +392,7 @@ const struct rot_caps satel_rot_caps = .mfg_name = "SatEL", .version = "20210123.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_max = 9600,