mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Streamline setup() logging (n, o, p, q, r) (#8929)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace power_supply {
|
||||
static const char *const TAG = "power_supply";
|
||||
|
||||
void PowerSupply::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up Power Supply...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
|
||||
this->pin_->setup();
|
||||
this->pin_->digital_write(false);
|
||||
|
||||
Reference in New Issue
Block a user