Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Adjust wifi based proxies for coexistence #71

Merged
merged 8 commits into from Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions esp32-generic.yaml
Expand Up @@ -28,8 +28,9 @@ dashboard_import:

esp32_ble_tracker:
scan_parameters:
bdraco marked this conversation as resolved.
Show resolved Hide resolved
interval: 1100ms
window: 1100ms
# We currently use the defaults to ensure Bluetooth
# can co-exist with WiFi In the future we may be able to
bdraco marked this conversation as resolved.
Show resolved Hide resolved
# enable the built-in coexistence logic in ESP-IDF
active: true

bluetooth_proxy:
Expand Down
5 changes: 3 additions & 2 deletions m5stack-atom-lite.yaml
Expand Up @@ -28,8 +28,9 @@ dashboard_import:

esp32_ble_tracker:
scan_parameters:
bdraco marked this conversation as resolved.
Show resolved Hide resolved
interval: 1100ms
window: 1100ms
# We currently use the defaults to ensure Bluetooth
# can co-exist with WiFi In the future we may be able to
bdraco marked this conversation as resolved.
Show resolved Hide resolved
# enable the built-in coexistence logic in ESP-IDF
active: true

bluetooth_proxy:
Expand Down