mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
[core] Centralize component setup logging to reduce flash usage (#9885)
This commit is contained in:
@@ -8,7 +8,6 @@ namespace m5stack_8angle {
|
||||
static const char *const TAG = "m5stack_8angle";
|
||||
|
||||
void M5Stack8AngleComponent::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
i2c::ErrorCode err;
|
||||
|
||||
err = this->read(nullptr, 0);
|
||||
|
||||
Reference in New Issue
Block a user