mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
BLE: write confirmation isn't HW only
Happens on the Suunto EON Steel as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2693735bb7
commit
8a1f5b9566
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void BLEObject::characteristicWritten(const QLowEnergyCharacteristic &c, const Q
|
||||||
isCharacteristicWritten = true;
|
isCharacteristicWritten = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "BLEObject::characteristicWritten not supposed to fire. Now HW only function";
|
qDebug() << "BLEObject::characteristicWritten";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue