From 281dba1b8a304d9444b9146dfaf11d045a2df0b2 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 15 Jun 2020 22:57:22 -0500 Subject: [PATCH] Remove unneeded code in gs232b.c that was causing errors on Yaesu G1000 https://github.com/Hamlib/Hamlib/issues/272 --- rotators/gs232a/gs232b.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rotators/gs232a/gs232b.c b/rotators/gs232a/gs232b.c index faa047cbb..f0b210739 100644 --- a/rotators/gs232a/gs232b.c +++ b/rotators/gs232a/gs232b.c @@ -140,6 +140,8 @@ transaction_write: #endif +#if 0 + https://github.com/Hamlib/Hamlib/issues/272 // If asked for we will check for connection // we don't expect a reply...just a prompt return // Seems some GS232B's only echo the CR @@ -150,6 +152,7 @@ transaction_write: __func__, data, cmdstr); return -RIG_EPROTO; } +#endif if (data[0] == '?') { @@ -321,7 +324,7 @@ const struct rot_caps gs232b_rot_caps = ROT_MODEL(ROT_MODEL_GS232B), .model_name = "GS-232B", .mfg_name = "Yaesu", - .version = "20200531.0", + .version = "20200615.0", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER,