diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-04 07:22:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-04 07:22:44 +0200 |
commit | db43b8fc7824bf71f2d8e4e9b29d4a89fbdfe4bd (patch) | |
tree | cf9643b9ef05db226b7ff7cc8cf935c6b1978ed3 /tracker-hatire/thread.cpp | |
parent | 7f1f658fec4a1f50d78dc8b8c4efe22bb6a9636b (diff) |
tracker/hatire: switch to 200 Hz following user complaint
See:
https://github.com/opentrack/opentrack/issues/327#issuecomment-215991810
Diffstat (limited to 'tracker-hatire/thread.cpp')
-rwxr-xr-x | tracker-hatire/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp index 83b712c2..f8064896 100755 --- a/tracker-hatire/thread.cpp +++ b/tracker-hatire/thread.cpp @@ -254,7 +254,7 @@ void hatire_thread::serial_info_impl() void hatire_thread::on_serial_read() { - static constexpr int ms = 1000/60; + static constexpr int ms = 1000/200; { QMutexLocker lck(&data_mtx); |