Skip to content

Commit

Permalink
Disable active BLE scans to save some power and RF pollution (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Aug 16, 2024
1 parent 7d5e920 commit 7d725c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esp32-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mqtt:
# api:

esp32_ble_tracker:
scan_parameters:
active: false
on_ble_advertise:
then:
- lambda: |-
Expand Down
2 changes: 2 additions & 0 deletions esp32-old-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ logger:
api:

esp32_ble_tracker:
scan_parameters:
active: false
on_ble_advertise:
then:
- lambda: |-
Expand Down

0 comments on commit 7d725c6

Please sign in to comment.