Skip to content

Commit 7877858

Browse files
authored
Support ESPHome 2025.6.0
1 parent 25bb697 commit 7877858

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/bmp581/bmp581.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ void BMP581Component::dump_config() {
7272
case NONE:
7373
break;
7474
case ERROR_COMMUNICATION_FAILED:
75-
ESP_LOGE(TAG, "Communication Failed");
76-
// ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
75+
ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
7776
break;
7877
case ERROR_WRONG_CHIP_ID:
7978
ESP_LOGE(TAG, "Unknown chip ID");

0 commit comments

Comments
 (0)