mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ssd1322_spi {
|
||||
static const char *const TAG = "ssd1322_spi";
|
||||
|
||||
void SPISSD1322::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up SPI SSD1322...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->spi_setup();
|
||||
this->dc_pin_->setup(); // OUTPUT
|
||||
if (this->cs_)
|
||||
|
||||
Reference in New Issue
Block a user