Adjust retry & timeout values to help in case of no response from rig, i.e.,

if rig power happens to be off.  Prettify some code indents.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2250 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.7
Martin Ewing, AA6E 2007-11-23 04:54:12 +00:00
rodzic b2def3a225
commit ef94c9c21e
2 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib TenTenc backend - TT-565 description
* Copyright (c) 2004-2007 by Stephane Fillod & Martin Ewing
*
* $Id: orion.c,v 1.22 2007-11-15 04:10:31 aa6e Exp $
* $Id: orion.c,v 1.23 2007-11-23 04:54:12 aa6e Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as

Wyświetl plik

@ -205,8 +205,8 @@ const struct rig_caps tt565_caps = {
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 0,
.post_write_delay = 10, /* Needed for CW send + ?? */
.timeout = 400,
.retry = 3,
.timeout = 200, /* was 400 */
.retry = 2, /* was 3 */
.has_get_func = TT565_FUNCS,
.has_set_func = TT565_FUNCS,