summaryrefslogtreecommitdiff
path: root/src/BLERemoteCharacteristic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BLERemoteCharacteristic.cpp')
-rw-r--r--src/BLERemoteCharacteristic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLERemoteCharacteristic.cpp b/src/BLERemoteCharacteristic.cpp
index ba781d2..64b0a92 100644
--- a/src/BLERemoteCharacteristic.cpp
+++ b/src/BLERemoteCharacteristic.cpp
@@ -311,6 +311,7 @@ void BLERemoteCharacteristic::retrieveDescriptors() {
if (count == 0) {
break;
}
+ ESP_LOGE(LOG_TAG, "");
ESP_LOGD(LOG_TAG, "Found a descriptor: Handle: %d, UUID: %s", result.handle, BLEUUID(result.uuid).toString().c_str());
// We now have a new characteristic ... let us add that to our set of known characteristics