-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3 updates based on switch to IDF 5.1+
- Loading branch information
Showing
4 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
packages: | ||
esp32-generic-s3: !include esp32-generic-s3.yaml | ||
|
||
esphome: | ||
project: | ||
name: esphome.bluetooth-proxy | ||
version: dev | ||
|
||
improv_serial: | ||
|
||
ota: | ||
- platform: http_request | ||
id: ota_http_request | ||
|
||
update: | ||
- platform: http_request | ||
id: update_http_request | ||
name: Firmware | ||
source: https://firmware.esphome.io/bluetooth-proxy/esp32-generic/manifest.json | ||
|
||
http_request: | ||
|
||
dashboard_import: | ||
package_import_url: github://esphome/bluetooth-proxies/esp32-generic/esp32-generic-s3.yaml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
esphome: | ||
name: esp32-bluetooth-proxy | ||
friendly_name: Bluetooth Proxy | ||
min_version: 2024.12.0 | ||
name_add_mac_suffix: true | ||
|
||
esp32: | ||
board: esp32-s3-devkitc-1 | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ap: | ||
|
||
api: | ||
logger: | ||
|
||
ota: | ||
- platform: esphome | ||
id: ota_esphome | ||
|
||
esp32_ble_tracker: | ||
scan_parameters: | ||
# We currently use the defaults to ensure Bluetooth | ||
# can co-exist with WiFi In the future we may be able to | ||
# enable the built-in coexistence logic in ESP-IDF | ||
active: true | ||
|
||
bluetooth_proxy: | ||
active: true | ||
|
||
button: | ||
- platform: safe_mode | ||
id: button_safe_mode | ||
name: Safe Mode Boot | ||
|
||
- platform: factory_reset | ||
id: factory_reset_btn | ||
name: Factory reset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters