mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
preen
This commit is contained in:
parent
fd6204e804
commit
a14809999a
@ -45,7 +45,6 @@ void KMeterISOComponent::setup() {
|
||||
this->mark_failed();
|
||||
return;
|
||||
}
|
||||
ESP_LOGCONFIG(TAG, "The device was successfully setup.");
|
||||
}
|
||||
|
||||
float KMeterISOComponent::get_setup_priority() const { return setup_priority::DATA; }
|
||||
|
@ -189,7 +189,6 @@ void OpenThreadSrpComponent::setup() {
|
||||
}
|
||||
|
||||
otSrpClientEnableAutoStartMode(instance, srp_start_callback, nullptr);
|
||||
ESP_LOGD(TAG, "Finished SRP setup");
|
||||
}
|
||||
|
||||
void *OpenThreadSrpComponent::pool_alloc_(size_t size) {
|
||||
|
@ -40,7 +40,6 @@ void ST7701S::setup() {
|
||||
if (err != ESP_OK) {
|
||||
esph_log_e(TAG, "lcd_new_rgb_panel failed: %s", esp_err_to_name(err));
|
||||
}
|
||||
esph_log_config(TAG, "ST7701S setup complete");
|
||||
}
|
||||
|
||||
void ST7701S::loop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user