From daaffdb6ca34ccbbbb23294bd5d0d315db5e8773 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:51:21 +0200 Subject: [PATCH] Set ESP-IDF as default framework --- ...Ultimate-Easy-ESPHome_addon_ble_proxy.yaml | 25 ------------------- .../TX-Ultimate-Easy-ESPHome_core_common.yaml | 2 ++ ...TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml | 11 +++++--- 3 files changed, 10 insertions(+), 28 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml index 0e6dbb3..1346efb 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml @@ -11,35 +11,13 @@ ##### - 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: -esp32: - framework: - type: esp-idf - esphome: platformio_options: build_flags: - -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: - id: !extend dump_config_list_packages then: @@ -52,7 +30,4 @@ script: // Identify itself ESP_LOGCONFIG(ESPHOME_PROJECT_NAME, " - Add-on - BLE Proxy"); - -switch: - - id: !remove sw_speaker_amplifier ... diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_common.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_common.yaml index dfd7cbf..85c9313 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_common.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_common.yaml @@ -63,6 +63,8 @@ button: esp32: board: esp32dev flash_size: 8MB + framework: + type: esp-idf esphome: name: ${name} diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml index 48c8f34..e23d649 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml @@ -50,9 +50,14 @@ light: num_leds: 32 pin: GPIO13 restore_mode: ${LIGHT_FULL_RESTORE_MODE} - platform: neopixelbus - type: GRB - variant: WS2811 + platform: esp32_rmt_led_strip + rgb_order: GRB + chipset: ws2812 + max_refresh_rate: 33ms + use_psram: false + # platform: neopixelbus + # type: GRB + # variant: WS2811 # Those lights are available based on the model selections - &light_partition_with_effects