mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Initialize esp32_rmt_led_strip buffer (#8036)
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user