mirror of
https://github.com/esphome/esphome.git
synced 2025-10-05 03:13:49 +01:00
Streamline setup() logging (a, b) (#8924)
This commit is contained in:
@@ -54,7 +54,7 @@ enum { // APDS9306 registers
|
||||
}
|
||||
|
||||
void APDS9306::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up APDS9306...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
|
||||
uint8_t id;
|
||||
if (!this->read_byte(APDS9306_PART_ID, &id)) { // Part ID register
|
||||
|
Reference in New Issue
Block a user