summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-hatire')
-rw-r--r--tracker-hatire/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp
index d9de8643..31779d17 100644
--- a/tracker-hatire/thread.cpp
+++ b/tracker-hatire/thread.cpp
@@ -133,7 +133,7 @@ void hatire_thread::run()
com_port.open(QIODevice::ReadOnly);
connect(&read_timer, &QTimer::timeout, this, &hatire_thread::on_serial_read);
- read_timer.start(1);
+ read_timer.start(10);
#else
connect(&com_port, &serial_t::readyRead, this, &hatire_thread::on_serial_read);
#endif