mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
10 lines
280 B
YAML
10 lines
280 B
YAML
# Common BLE tracker configuration for ESP32-C3 IDF tests
|
|
# BLE client components share this tracker infrastructure
|
|
# Each component defines its own ble_client with unique MAC address
|
|
|
|
esp32_ble_tracker:
|
|
scan_parameters:
|
|
interval: 1100ms
|
|
window: 1100ms
|
|
active: true
|