1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 11:43:51 +01:00

[core] Convert LOG_UPDATE_INTERVAL macro to function to reduce flash usage (#10636)

This commit is contained in:
J. Nick Koston
2025-09-07 16:09:15 -05:00
committed by GitHub
parent a8b8507ffc
commit 0c737fc4df
10 changed files with 27 additions and 16 deletions

View File

@@ -181,7 +181,7 @@ void WaveshareEPaper2P13InV3::dump_config() {
LOG_PIN(" Reset Pin: ", this->reset_pin_)
LOG_PIN(" DC Pin: ", this->dc_pin_)
LOG_PIN(" Busy Pin: ", this->busy_pin_)
LOG_UPDATE_INTERVAL(this)
LOG_UPDATE_INTERVAL(this);
}
void WaveshareEPaper2P13InV3::set_full_update_every(uint32_t full_update_every) {