summaryrefslogtreecommitdiffstats
path: root/core/qt-ble.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-13 16:07:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-13 17:07:42 -0700
commitd931652f69cfec47905fc1d48f3c5dca309966e0 (patch)
tree0e2682a61d2996552b766a555abcbf01b44c34d4 /core/qt-ble.cpp
parent874cba11166db119b3ca3393d58e8e735445aec1 (diff)
downloadsubsurface-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.cpp2
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")