1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 12:05:41 +00:00

Merge remote-tracking branch 'origin/add-a02yyat' into add-a02yyat

This commit is contained in:
Alexandre Zia 2025-01-07 17:44:33 -05:00
commit 4fd441409e
No known key found for this signature in database

View File

@ -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) {