Skip to content

Commit

Permalink
Revert "Enable BTM and RRM on ESP32 devices"
Browse files Browse the repository at this point in the history
This reverts commit d453848.
  • Loading branch information
joshuaspence committed Sep 27, 2023
1 parent 7f3db5e commit 8a5763a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions esphome/packages/platform/esp32.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
substitutions:
wifi_enable_btm: 'true'
wifi_enable_rrm: 'true'
wifi_power_save_mode: 'light'

esp32:
Expand Down
13 changes: 0 additions & 13 deletions esphome/packages/wifi.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
---
substitutions:
wifi_enable_btm: 'false'
wifi_enable_rrm: 'false'
wifi_power_save_mode: 'none'

# TODO: Remove this after esphome/esphome#5145 is merged.
external_components:
- source: 'github://pr#5145'
components:
- 'wifi'

wifi:
networks:
- ssid: !secret 'wifi.ssid'
Expand All @@ -18,7 +7,5 @@ wifi:
ap:
password: !secret 'wifi.ap.password'
power_save_mode: '${wifi_power_save_mode}'
enable_btm: '${wifi_enable_btm}'
enable_rrm: '${wifi_enable_rrm}'

captive_portal: {}

0 comments on commit 8a5763a

Please sign in to comment.