diff options
Diffstat (limited to 'ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp')
| -rw-r--r-- | ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp b/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp index c3ec6029..5a4e9c74 100644 --- a/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp +++ b/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp @@ -185,7 +185,7 @@ void FTNoIR_Tracker::sendcmd(const QByteArray &cmd) {  				Msg.append(cmd);  				Msg.append("'\r\n");  			} -			#ifndef _WIN32 // WaitForReadyRead isn't working well and there are some reports of it being a win32 issue. We can live without it anyway +			#if 0 // WaitForReadyRead isn't working well and there are some reports of it being a win32 issue. We can live without it anyway  			if  ( !ComPort->waitForReadyRead(1000)) {  				emit sendMsgInfo("TimeOut in response to CMD") ;  			} else { | 
