diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-09 16:25:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-09 16:25:31 +0200 |
commit | acec691b5d6d6373e8f8f41f288d5fb6e2f84215 (patch) | |
tree | 1f1b7f6b98ddea8e4f9b750fff452337864e254f /tracker-hatire/ftnoir_tracker_hat_dialog.cpp | |
parent | fd0ad89c7c6f61aa14d6e908e9217121f4afa5c6 (diff) |
tracker/hatire: add serial 100% cpu usage workaround
Issue: #327
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_dialog.cpp')
-rwxr-xr-x | tracker-hatire/ftnoir_tracker_hat_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp index 60ddd14a..734619c9 100755 --- a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp +++ b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp @@ -98,6 +98,8 @@ TrackerControls::TrackerControls() : theTracker(nullptr), timer(this) tie_setting(s.pParity, ui.QCB_Serial_parity); tie_setting(s.pStopBits, ui.QCB_Serial_stopBits); + tie_setting(s.serial_bug_workaround, ui.serial_bug_workaround); + connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK())); connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel())); |