From 8a1f5b9566159d35e4ce9bc6e99afc7e7bec9927 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 4 Jul 2017 09:29:31 -0700 Subject: [PATCH] BLE: write confirmation isn't HW only Happens on the Suunto EON Steel as well. Signed-off-by: Dirk Hohndel --- core/qt-ble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 9a5a6c7d8..2ca547b58 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -78,7 +78,7 @@ void BLEObject::characteristicWritten(const QLowEnergyCharacteristic &c, const Q isCharacteristicWritten = true; } } else { - qDebug() << "BLEObject::characteristicWritten not supposed to fire. Now HW only function"; + qDebug() << "BLEObject::characteristicWritten"; } }