1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 22:33:49 +01:00

Reduce ESP_LOGCONFIG calls (#9026)

This commit is contained in:
J. Nick Koston
2025-06-08 19:02:30 -05:00
committed by GitHub
parent 80dddb4cae
commit c0b05ada1a
218 changed files with 1569 additions and 931 deletions

View File

@@ -52,8 +52,10 @@ void MAX9611Component::setup() {
}
}
void MAX9611Component::dump_config() {
ESP_LOGCONFIG(TAG, "MAX9611:");
ESP_LOGCONFIG(TAG, " CSA Gain Register: %x", gain_);
ESP_LOGCONFIG(TAG,
"MAX9611:\n"
" CSA Gain Register: %x",
gain_);
LOG_I2C_DEVICE(this);
}
void MAX9611Component::update() {