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.
1 parent d2f7e10 commit 247d66dCopy full SHA for 247d66d
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