(03-06-2025, 08:35 AM)eyevisions Wrote: @kamermcwFor the esp32 section it looks like this. Now you can leave the rmt_channel in there.
In mine yaml file i have this:
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf
Can you show me your yaml file that works?
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf
version: 4.4.8
platform_version: 5.4.0
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
Just found another also working solution. Not sure which one is better. I am going with this one for now.
Instead of putting in the version and platform _version for isp-idf, replace rmt_channel with rmt_symbols: 96 in both cases.

