kopia lustrzana https://github.com/Hamlib/Hamlib
Upgrade rotors from BETA to STABLE and ALPHA to BETA -- assuming no news is good news
rodzic
6b0dbab42f
commit
ff5682ea7e
rotators
amsat
celestron
cnctrk
easycomm
gs232a
indi
ioptron
rotorez
sartek
satel
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue