mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[core] Centralize component setup logging to reduce flash usage (#9885)
This commit is contained in:
		| @@ -8,7 +8,6 @@ namespace ssd1327_spi { | ||||
| static const char *const TAG = "ssd1327_spi"; | ||||
|  | ||||
| void SPISSD1327::setup() { | ||||
|   ESP_LOGCONFIG(TAG, "Running setup"); | ||||
|   this->spi_setup(); | ||||
|   this->dc_pin_->setup();  // OUTPUT | ||||
|   if (this->cs_) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user