mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 15:42:22 +01:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -324,10 +324,10 @@ void ESP32ImprovComponent::process_incoming_data_() {
|
||||
this->incoming_data_.clear();
|
||||
}
|
||||
} else if (this->incoming_data_.size() - 2 > length) {
|
||||
ESP_LOGV(TAG, "Too much data received or data malformed; resetting buffer...");
|
||||
ESP_LOGV(TAG, "Too much data received or data malformed; resetting buffer");
|
||||
this->incoming_data_.clear();
|
||||
} else {
|
||||
ESP_LOGV(TAG, "Waiting for split data packets...");
|
||||
ESP_LOGV(TAG, "Waiting for split data packets");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user