This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:21:59 +02:00
parent 496aa90bfe
commit 2c7de4792d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ int serial_status = 0, fd_serial, numbytes;
double tx_timeout = 0;
long tx_timer = 0;
#define TX_WAIT 5000
#define TX_TIMEOUT 240.0
#define TX_TIMEOUT 1000. //240.0
#define KEEPALIVE_CYCLE 100
/* TX Methods */