diff options
Diffstat (limited to 'core/qt-ble.cpp')
-rw-r--r-- | core/qt-ble.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 2e92345dc..5836c93af 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -135,6 +135,7 @@ BLEObject::BLEObject(QLowEnergyController *c, dc_user_device_t *d) controller = c; device = d; debugCounter = 0; + isCharacteristicWritten = false; } BLEObject::~BLEObject() |