mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 06:13:47 +01:00
preen
This commit is contained in:
@@ -197,7 +197,7 @@ void MDNSComponent::dump_config() {
|
|||||||
"mDNS:\n"
|
"mDNS:\n"
|
||||||
" Hostname: %s",
|
" Hostname: %s",
|
||||||
this->hostname_.c_str());
|
this->hostname_.c_str());
|
||||||
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_VERY_VERBOSE
|
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_VERBOSE
|
||||||
ESP_LOGV(TAG, " Services:");
|
ESP_LOGV(TAG, " Services:");
|
||||||
for (uint8_t i = 0; i < this->services_count_; i++) {
|
for (uint8_t i = 0; i < this->services_count_; i++) {
|
||||||
const auto &service = this->services_[i];
|
const auto &service = this->services_[i];
|
||||||
|
Reference in New Issue
Block a user