Skip to content

Commit

Permalink
S3 updates based on switch to IDF 5.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Dec 12, 2024
1 parent e8e936e commit 83f077a
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 9 deletions.
6 changes: 1 addition & 5 deletions esp32-generic/esp32-generic-c3.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2024.6.0
min_version: 2024.12.0
name_add_mac_suffix: true
platformio_options:
board_build.f_flash: 40000000L
board_build.flash_mode: dio
board_build.flash_size: 4MB

esp32:
board: esp32-c3-devkitm-1
Expand Down
24 changes: 24 additions & 0 deletions esp32-generic/esp32-generic-s3.factory.yaml
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
39 changes: 39 additions & 0 deletions esp32-generic/esp32-generic-s3.yaml
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
5 changes: 1 addition & 4 deletions m5stack/m5stack-atom-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
esphome:
name: m5stack-atom-s3
friendly_name: Bluetooth Proxy
min_version: 2024.6.0
min_version: 2024.12.0
name_add_mac_suffix: true

esp32:
board: m5stack-atoms3
variant: esp32s3
framework:
type: esp-idf
version: 5.0.2
platform_version: 6.3.2

wifi:
ap:
Expand Down

0 comments on commit 83f077a

Please sign in to comment.