Set ESP-IDF as default framework

This commit is contained in:
Edward Firmo
2025-07-14 13:51:21 +02:00
parent ffdb3a22b5
commit daaffdb6ca
3 changed files with 10 additions and 28 deletions

View File

@@ -11,35 +11,13 @@
##### - For normal system use, modifications to this file are NOT required. ##### ##### - For normal system use, modifications to this file are NOT required. #####
#################################################################################################### ####################################################################################################
--- ---
packages:
standard_hw_speaker: !include TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
bluetooth_proxy: bluetooth_proxy:
esp32:
framework:
type: esp-idf
esphome: esphome:
platformio_options: platformio_options:
build_flags: build_flags:
- -D TX_ULTIMATE_EASY_ADDON_BLE_PROXY - -D TX_ULTIMATE_EASY_ADDON_BLE_PROXY
i2s_audio: !remove
light:
- id: !extend light_full
platform: esp32_rmt_led_strip
rgb_order: GRB
# rmt_channel: 1 # Not supported with IDF 5
chipset: ws2812
max_refresh_rate: 33ms
use_psram: false
type: !remove
variant: !remove
media_player: !remove
script: script:
- id: !extend dump_config_list_packages - id: !extend dump_config_list_packages
then: then:
@@ -52,7 +30,4 @@ script:
// Identify itself // Identify itself
ESP_LOGCONFIG(ESPHOME_PROJECT_NAME, " - Add-on - BLE Proxy"); ESP_LOGCONFIG(ESPHOME_PROJECT_NAME, " - Add-on - BLE Proxy");
switch:
- id: !remove sw_speaker_amplifier
... ...

View File

@@ -63,6 +63,8 @@ button:
esp32: esp32:
board: esp32dev board: esp32dev
flash_size: 8MB flash_size: 8MB
framework:
type: esp-idf
esphome: esphome:
name: ${name} name: ${name}

View File

@@ -50,9 +50,14 @@ light:
num_leds: 32 num_leds: 32
pin: GPIO13 pin: GPIO13
restore_mode: ${LIGHT_FULL_RESTORE_MODE} restore_mode: ${LIGHT_FULL_RESTORE_MODE}
platform: neopixelbus platform: esp32_rmt_led_strip
type: GRB rgb_order: GRB
variant: WS2811 chipset: ws2812
max_refresh_rate: 33ms
use_psram: false
# platform: neopixelbus
# type: GRB
# variant: WS2811
# Those lights are available based on the model selections # Those lights are available based on the model selections
- &light_partition_with_effects - &light_partition_with_effects