mirror of
https://github.com/esphome/esphome.git
synced 2025-10-03 02:22:25 +01:00
Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)
This commit is contained in:
@@ -27,7 +27,7 @@ static const uint16_t SCD41_ID = 0x1408;
|
||||
static const uint16_t SCD40_ID = 0x440;
|
||||
|
||||
void SCD4XComponent::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up scd4x...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
// the sensor needs 1000 ms to enter the idle state
|
||||
this->set_timeout(1000, [this]() {
|
||||
this->status_clear_error();
|
||||
|
Reference in New Issue
Block a user