mirror of
https://github.com/esphome/esphome.git
synced 2025-08-09 20:07:50 +00:00
[bluetooth_proxy] Consolidate dump_config() log calls (#10103)
This commit is contained in:
parent
ee1d4f27ef
commit
fc180251be
@ -130,8 +130,8 @@ void BluetoothProxy::flush_pending_advertisements() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void BluetoothProxy::dump_config() {
|
void BluetoothProxy::dump_config() {
|
||||||
ESP_LOGCONFIG(TAG, "Bluetooth Proxy:");
|
|
||||||
ESP_LOGCONFIG(TAG,
|
ESP_LOGCONFIG(TAG,
|
||||||
|
"Bluetooth Proxy:\n"
|
||||||
" Active: %s\n"
|
" Active: %s\n"
|
||||||
" Connections: %d",
|
" Connections: %d",
|
||||||
YESNO(this->active_), this->connection_count_);
|
YESNO(this->active_), this->connection_count_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user