mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Removed polling
This commit is contained in:
parent
5cff499947
commit
6b1f120dfe
1 changed files with 2 additions and 3 deletions
|
@ -253,7 +253,6 @@ void ExtEepromComponent::write(uint32_t memaddr, uint8_t *data_to_write, uint16_
|
||||||
p += amt_to_write;
|
p += amt_to_write;
|
||||||
size -= amt_to_write;
|
size -= amt_to_write;
|
||||||
ESP_LOGVV(TAG, "After write size %d amt %d add %d", size, amt_to_write, memaddr);
|
ESP_LOGVV(TAG, "After write size %d amt %d add %d", size, amt_to_write, memaddr);
|
||||||
|
|
||||||
delay(this->memory_page_write_time_ms_); /// Delay the amount of time to record a page
|
delay(this->memory_page_write_time_ms_); /// Delay the amount of time to record a page
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue