mirror of
https://github.com/esphome/esphome.git
synced 2025-10-08 04:43:46 +01:00
Streamline setup() logging (a, b) (#8924)
This commit is contained in:
@@ -8,7 +8,7 @@ static const char *const TAG = "ads1118";
|
||||
static const uint8_t ADS1118_DATA_RATE_860_SPS = 0b111;
|
||||
|
||||
void ADS1118::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up ads1118");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->spi_setup();
|
||||
|
||||
this->config_ = 0;
|
||||
|
Reference in New Issue
Block a user