From 469371da434e1fcd1cbe51ce8b7e493ea7580a7f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 May 2016 09:17:59 +0200 Subject: tracker/hatire: fix sleep in ready_read event handler for debug case --- tracker-hatire/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-hatire') diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp index e0bd445f..dbb146ee 100755 --- a/tracker-hatire/thread.cpp +++ b/tracker-hatire/thread.cpp @@ -132,7 +132,7 @@ void hatire_thread::run() com_port.open(QIODevice::ReadOnly); connect(&read_timer, &QTimer::timeout, this, &hatire_thread::on_serial_read, Qt::DirectConnection); - read_timer.start(16); + read_timer.start(1); #else connect(&com_port, &serial_t::readyRead, this, &hatire_thread::on_serial_read, Qt::DirectConnection); #endif -- cgit v1.2.3