mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Merge branch 'dev' into dev
This commit is contained in:
commit
48d3384a9f
@ -33,6 +33,7 @@ void ESP32RMTLEDStripLightOutput::setup() {
|
|||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
memset(this->buf_, 0, buffer_size);
|
||||||
|
|
||||||
this->effect_data_ = allocator.allocate(this->num_leds_);
|
this->effect_data_ = allocator.allocate(this->num_leds_);
|
||||||
if (this->effect_data_ == nullptr) {
|
if (this->effect_data_ == nullptr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user