We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0061083 + 7877858 commit f4f00caCopy full SHA for f4f00ca
components/bmp581/bmp581.cpp
@@ -72,8 +72,7 @@ void BMP581Component::dump_config() {
72
case NONE:
73
break;
74
case ERROR_COMMUNICATION_FAILED:
75
- ESP_LOGE(TAG, "Communication Failed");
76
- // ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
+ ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
77
78
case ERROR_WRONG_CHIP_ID:
79
ESP_LOGE(TAG, "Unknown chip ID");
components/sen5x/sen5x.cpp
@@ -6,7 +6,6 @@
6
7
namespace esphome
8
{
9
- static const char *const ESP_LOG_MSG_COMM_FAIL = "Communication Failed";
10
namespace sen5x
11
12
@@ -1182,4 +1181,4 @@ namespace esphome
1182
1181
}
1183
1184
} // namespace sen5x
1185
-} // namespace esphome
+} // namespace esphome
0 commit comments