mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Update log for mics4514 to state 3 minute start time. (#4396)
This commit is contained in:
parent
b5c47b9669
commit
c6742117d3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ void MICS4514Component::setup() {
|
|||
uint8_t power_mode;
|
||||
this->read_register(POWER_MODE_REGISTER, &power_mode, 1);
|
||||
if (power_mode == 0x00) {
|
||||
ESP_LOGCONFIG(TAG, "Waking up MICS 4514");
|
||||
ESP_LOGCONFIG(TAG, "Waking up MICS 4514, sensors will have data after 3 minutes...");
|
||||
power_mode = 0x01;
|
||||
this->write_register(POWER_MODE_REGISTER, &power_mode, 1);
|
||||
delay(100); // NOLINT
|
||||
|
|
Loading…
Reference in a new issue