diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-13 16:07:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-13 17:07:42 -0700 |
commit | d931652f69cfec47905fc1d48f3c5dca309966e0 (patch) | |
tree | 0e2682a61d2996552b766a555abcbf01b44c34d4 /core/qt-ble.cpp | |
parent | 874cba11166db119b3ca3393d58e8e735445aec1 (diff) | |
download | subsurface-d931652f69cfec47905fc1d48f3c5dca309966e0.tar.gz |
BLE debug: show more packages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qt-ble.cpp')
-rw-r--r-- | core/qt-ble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index cc1f4e00a..5ab81bf35 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -23,7 +23,7 @@ #include <libdivecomputer/custom_io.h> #define BLE_TIMEOUT 12000 // 12 seconds seems like a very long time to wait -#define DEBUG_THRESHOLD 20 +#define DEBUG_THRESHOLD 50 static int debugCounter; #define IS_HW(_d) same_string((_d)->vendor, "Heinrichs Weikamp") |