kopia lustrzana https://github.com/Hamlib/Hamlib
old patch about serial_rate_max from Norvald H. Ryeng, LA6YKA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2764 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
45e49fc24c
commit
3949e8f8ee
|
@ -252,13 +252,13 @@ const struct rot_caps spid_rot_caps = {
|
|||
.rot_model = ROT_MODEL_SPID,
|
||||
.model_name = "Rot2Prog",
|
||||
.mfg_name = "SPID",
|
||||
.version = "0.1",
|
||||
.version = "0.2",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rot_type = ROT_TYPE_OTHER,
|
||||
.port_type = RIG_PORT_SERIAL,
|
||||
.serial_rate_min = 600,
|
||||
.serial_rate_max = 1200,
|
||||
.serial_rate_max = 600,
|
||||
.serial_data_bits = 8,
|
||||
.serial_stop_bits = 1,
|
||||
.serial_parity = RIG_PARITY_NONE,
|
||||
|
|
Ładowanie…
Reference in New Issue