mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
preen
This commit is contained in:
parent
bd20d8b7b2
commit
abcf62339d
@ -78,8 +78,6 @@ void AHT10Component::setup() {
|
||||
this->mark_failed();
|
||||
return;
|
||||
}
|
||||
|
||||
ESP_LOGV(TAG, "Initialization complete");
|
||||
}
|
||||
|
||||
void AHT10Component::restart_read_() {
|
||||
|
@ -90,7 +90,6 @@ void MR24HPC1Component::setup() {
|
||||
memset(this->sg_frame_buf_, 0, FRAME_BUF_MAX_SIZE);
|
||||
|
||||
this->set_interval(8000, [this]() { this->update_(); });
|
||||
ESP_LOGCONFIG(TAG, "Set up MR24HPC1 complete");
|
||||
}
|
||||
|
||||
// Timed polling of radar data
|
||||
|
@ -42,8 +42,6 @@ void MR60FDA2Component::setup() {
|
||||
|
||||
memset(this->current_frame_buf_, 0, FRAME_BUF_MAX_SIZE);
|
||||
memset(this->current_data_buf_, 0, DATA_BUF_MAX_SIZE);
|
||||
|
||||
ESP_LOGCONFIG(TAG, "Set up MR60FDA2 complete");
|
||||
}
|
||||
|
||||
// main loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user