kopia lustrzana https://github.com/Hamlib/Hamlib
Remove unneeded code in gs232b.c that was causing errors on Yaesu G1000
https://github.com/Hamlib/Hamlib/issues/272pull/314/head
rodzic
779cd69287
commit
281dba1b8a
|
@ -140,6 +140,8 @@ transaction_write:
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
https://github.com/Hamlib/Hamlib/issues/272
|
||||||
// If asked for we will check for connection
|
// If asked for we will check for connection
|
||||||
// we don't expect a reply...just a prompt return
|
// we don't expect a reply...just a prompt return
|
||||||
// Seems some GS232B's only echo the CR
|
// Seems some GS232B's only echo the CR
|
||||||
|
@ -150,6 +152,7 @@ transaction_write:
|
||||||
__func__, data, cmdstr);
|
__func__, data, cmdstr);
|
||||||
return -RIG_EPROTO;
|
return -RIG_EPROTO;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (data[0] == '?')
|
if (data[0] == '?')
|
||||||
{
|
{
|
||||||
|
@ -321,7 +324,7 @@ const struct rot_caps gs232b_rot_caps =
|
||||||
ROT_MODEL(ROT_MODEL_GS232B),
|
ROT_MODEL(ROT_MODEL_GS232B),
|
||||||
.model_name = "GS-232B",
|
.model_name = "GS-232B",
|
||||||
.mfg_name = "Yaesu",
|
.mfg_name = "Yaesu",
|
||||||
.version = "20200531.0",
|
.version = "20200615.0",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rot_type = ROT_TYPE_OTHER,
|
.rot_type = ROT_TYPE_OTHER,
|
||||||
|
|
Ładowanie…
Reference in New Issue