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