Skip to content

Commit f4f00ca

Browse files
committed
2 parents 0061083 + 7877858 commit f4f00ca

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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");

components/sen5x/sen5x.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace esphome
88
{
9-
static const char *const ESP_LOG_MSG_COMM_FAIL = "Communication Failed";
109
namespace sen5x
1110
{
1211

@@ -1182,4 +1181,4 @@ namespace esphome
11821181
}
11831182
}
11841183
} // namespace sen5x
1185-
} // namespace esphome
1184+
} // namespace esphome

0 commit comments

Comments
 (0)