8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f7e10 + 247d66d commit 2951427Copy full SHA for 2951427
cpp_utils/BLEService.cpp
@@ -192,7 +192,7 @@ void BLEService::addCharacteristic(BLECharacteristic* pCharacteristic) {
192
193
// Check that we don't add the same characteristic twice.
194
if (m_characteristicMap.getByUUID(pCharacteristic->getUUID()) != nullptr) {
195
- ESP_LOGE(LOG_TAG, "<< Attempt to add a characteristic but we already have one with this UUID");
+ ESP_LOGW(LOG_TAG, "<< Adding a new characteristic with the same UUID as a previous one");
196
//return;
197
}
198
0 commit comments