mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 20:10:55 +00:00
Add delay to improve stability (#2793)
This commit is contained in:
parent
10f830c3ef
commit
7afcb0fb04
@ -200,6 +200,7 @@ bool SCD30Component::is_data_ready_() {
|
|||||||
if (!this->write_command_(SCD30_CMD_GET_DATA_READY_STATUS)) {
|
if (!this->write_command_(SCD30_CMD_GET_DATA_READY_STATUS)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
delay(4);
|
||||||
uint16_t is_data_ready;
|
uint16_t is_data_ready;
|
||||||
if (!this->read_data_(&is_data_ready, 1)) {
|
if (!this->read_data_(&is_data_ready, 1)) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user