From 74df9b0f942955ba0643649de81c9988dab04309 Mon Sep 17 00:00:00 2001 From: untergeek Date: Wed, 30 Oct 2024 10:33:19 -0600 Subject: [PATCH] Update BLE params for Linkind switch template --- template/linkind-switch.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/template/linkind-switch.yaml b/template/linkind-switch.yaml index f6cac34..5bee9a4 100644 --- a/template/linkind-switch.yaml +++ b/template/linkind-switch.yaml @@ -11,7 +11,8 @@ esp32: framework: type: esp-idf sdkconfig_options: - CONFIG_FREERTOS_UNICORE: y + CONFIG_FREERTOS_UNICORE: y + CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10" switch: - platform: gpio @@ -66,6 +67,11 @@ binary_sensor: - switch.turn_off: relay esp32_ble_tracker: + scan_parameters: +# Adjust timing if the defaults do not work in your environment +# interval: 1100ms +# window: 1100ms + active: true bluetooth_proxy: active: true