kopia lustrzana https://github.com/Hamlib/Hamlib
Add debug to kenwood.c chasing down Flex problem
rodzic
a444e6eb20
commit
d2e2fec9f3
|
@ -326,6 +326,7 @@ transaction_read:
|
||||||
|
|
||||||
if (retval < 0)
|
if (retval < 0)
|
||||||
{
|
{
|
||||||
|
rig_debug(RIG_DEBUG_WARN, "%s: read_string retval < 0, retval = %d, retry_read=%d, retry=%d\n", __func__, retval);
|
||||||
// only retry if we expect a response from the command
|
// only retry if we expect a response from the command
|
||||||
if (datasize && retry_read++ < rs->rigport.retry)
|
if (datasize && retry_read++ < rs->rigport.retry)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue