1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 22:22:22 +01:00

Introduce "communication failed" log macro (#8939)

This commit is contained in:
Keith Burzinski
2025-05-29 01:59:38 -05:00
committed by GitHub
parent 64e4589f4e
commit 44f1ff10e6
109 changed files with 162 additions and 152 deletions

View File

@@ -20,7 +20,7 @@ void TTP229LSFComponent::dump_config() {
LOG_I2C_DEVICE(this);
switch (this->error_code_) {
case COMMUNICATION_FAILED:
ESP_LOGE(TAG, "Communication with TTP229 failed!");
ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
break;
case NONE:
default: