mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 23:22:21 +01:00
Streamline setup() logging (k, l, m) (#8928)
This commit is contained in:
@@ -34,7 +34,7 @@ MQTTClientComponent::MQTTClientComponent() {
|
||||
|
||||
// Connection
|
||||
void MQTTClientComponent::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up MQTT...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->mqtt_backend_.set_on_message(
|
||||
[this](const char *topic, const char *payload, size_t len, size_t index, size_t total) {
|
||||
if (index == 0)
|
||||
|
Reference in New Issue
Block a user