58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
---
|
|
esp32:
|
|
board: esp32s3box
|
|
flash_size: 16MB
|
|
framework:
|
|
type: esp-idf
|
|
sdkconfig_options:
|
|
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y"
|
|
CONFIG_ESP32S3_DATA_CACHE_64KB: "y"
|
|
CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y"
|
|
CONFIG_AUDIO_BOARD_CUSTOM: "y"
|
|
CONFIG_ESP32_S3_BOX_3_BOARD: "y"
|
|
components:
|
|
- name: esp32_s3_box_3_board
|
|
source: github://jesserockz/esp32-s3-box-3-board@main
|
|
refresh: 0s
|
|
# components:
|
|
# - name: esp32_s3_box_3_board
|
|
# source: github://X-Ryl669/esp32-s3-box-3-board@main
|
|
# refresh: 0s
|
|
psram:
|
|
mode: octal
|
|
speed: 80MHz
|
|
|
|
external_components:
|
|
- source:
|
|
type: git
|
|
url: https://github.com/gnumpi/esphome_audio
|
|
ref: dev-next
|
|
components: [ adf_pipeline, i2s_audio ]
|
|
refresh: 0s
|
|
# - source: github://X-Ryl669/esphome@esp-adf-take2 #pr#5230
|
|
# components: [esp_adf]
|
|
# refresh: 0s
|
|
# - source: github://X-Ryl669/esphome@at581x
|
|
# components: at581x
|
|
# refresh: 0s
|
|
# - source: github://pr#5894 #5198
|
|
# components: [ahtxx]
|
|
# refresh: 60s
|
|
|
|
esphome:
|
|
name: ${device_name}
|
|
friendly_name: ${friendly_name}
|
|
min_version: 2024.7.0
|
|
platformio_options:
|
|
board_build.flash_mode: dio
|
|
on_boot:
|
|
priority: 600
|
|
then:
|
|
- light.turn_on:
|
|
id: led
|
|
brightness: 100%
|
|
- display.page.show: loading_page
|
|
- component.update: s3_box_lcd
|
|
project:
|
|
name: "BigBobbas.s3box"
|
|
version: ${version} |