mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 14:52:20 +01:00
Merge branch 'integration' into memory_api
This commit is contained in:
@@ -266,7 +266,6 @@ void BluetoothConnection::send_service_for_discovery_() {
|
|||||||
// Don't increment send_service_ - we'll retry this service in next batch
|
// Don't increment send_service_ - we'll retry this service in next batch
|
||||||
} else {
|
} else {
|
||||||
// This single service is too large, but we have to send it anyway
|
// This single service is too large, but we have to send it anyway
|
||||||
current_size += service_size;
|
|
||||||
ESP_LOGV(TAG, "[%d] [%s] Service %d is too large (%d bytes) but sending anyway", this->connection_index_,
|
ESP_LOGV(TAG, "[%d] [%s] Service %d is too large (%d bytes) but sending anyway", this->connection_index_,
|
||||||
this->address_str().c_str(), this->send_service_, service_size);
|
this->address_str().c_str(), this->send_service_, service_size);
|
||||||
// Increment so we don't get stuck
|
// Increment so we don't get stuck
|
||||||
|
Reference in New Issue
Block a user