mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
Streamline setup() logging (g, h, i) (#8927)
This commit is contained in:
@@ -25,7 +25,7 @@ static const size_t MAX_BUTTONS = 4; // max number of buttons scanned
|
||||
|
||||
void GT911Touchscreen::setup() {
|
||||
i2c::ErrorCode err;
|
||||
ESP_LOGCONFIG(TAG, "Setting up GT911 Touchscreen...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
if (this->reset_pin_ != nullptr) {
|
||||
this->reset_pin_->setup();
|
||||
this->reset_pin_->digital_write(false);
|
||||
|
||||
Reference in New Issue
Block a user