This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:23:07 +02:00
parent 2c7de4792d
commit 4c7442e3ea
1 changed files with 2 additions and 2 deletions

View File

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