mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -249,7 +249,7 @@ bool Nextion::upload_tft(uint32_t baud_rate, bool exit_reparse) {
|
||||
ESP_LOGV(TAG, "Connection closed");
|
||||
return this->upload_end_(false);
|
||||
} else {
|
||||
ESP_LOGV(TAG, "File size check passed. Proceeding...");
|
||||
ESP_LOGV(TAG, "File size check passed. Proceeding");
|
||||
}
|
||||
this->content_length_ = this->tft_size_;
|
||||
|
||||
|
||||
@@ -241,7 +241,7 @@ bool Nextion::upload_tft(uint32_t baud_rate, bool exit_reparse) {
|
||||
ESP_LOGV(TAG, "Connection closed");
|
||||
return this->upload_end_(false);
|
||||
} else {
|
||||
ESP_LOGV(TAG, "File size check passed. Proceeding...");
|
||||
ESP_LOGV(TAG, "File size check passed. Proceeding");
|
||||
}
|
||||
this->content_length_ = this->tft_size_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user