From ca976fde425f67e2d2a45a16f235558a95616ef5 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 27 May 2024 01:18:56 +0200 Subject: [PATCH] Change framework to Arduino --- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml index 87e9e45..abd7ba2 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml @@ -36,7 +36,8 @@ captive_portal: esp32: board: esp32dev framework: - type: esp-idf + # type: esp-idf + type: arduino # sdkconfig_options: # CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST: "y" # CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY: "y" @@ -87,14 +88,14 @@ i2s_audio: light: - id: light_led name: Light - LED - # platform: neopixelbus - platform: esp32_rmt_led_strip + platform: neopixelbus + # platform: esp32_rmt_led_strip rgb_order: GRB pin: GPIO33 num_leds: 28 rmt_channel: 0 - # chipset: ws2811 - chipset: ws2812 + chipset: ws2811 + # chipset: ws2812 effects: - addressable_rainbow: - addressable_rainbow: