mirror of
https://github.com/esphome/esphome.git
synced 2025-10-10 22:03:46 +01:00
preen
This commit is contained in:
@@ -197,7 +197,7 @@ void MDNSComponent::dump_config() {
|
||||
"mDNS:\n"
|
||||
" Hostname: %s",
|
||||
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:");
|
||||
for (uint8_t i = 0; i < this->services_count_; i++) {
|
||||
const auto &service = this->services_[i];
|
||||
|
Reference in New Issue
Block a user