mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 14:55:50 +00:00
Streamline setup() logging (a, b) (#8924)
This commit is contained in:
@@ -90,7 +90,7 @@ bool AM2315C::convert_(uint8_t *data, float &humidity, float &temperature) {
|
||||
}
|
||||
|
||||
void AM2315C::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up AM2315C...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
|
||||
// get status
|
||||
uint8_t status = 0;
|
||||
|
||||
Reference in New Issue
Block a user