diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-04 09:29:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-04 09:29:31 -0700 |
commit | 8a1f5b9566159d35e4ce9bc6e99afc7e7bec9927 (patch) | |
tree | 07a77f648a85f53d0923a85392021aaf2d95f8bd /core/qt-ble.cpp | |
parent | 2693735bb7ee511265df0088a8f54db9e24dcc00 (diff) | |
download | subsurface-8a1f5b9566159d35e4ce9bc6e99afc7e7bec9927.tar.gz |
BLE: write confirmation isn't HW only
Happens on the Suunto EON Steel as well.
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 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"; } } |