Add ESP32 WROOM support - #44
Conversation
serkan887
commented
Mar 3, 2025
How did you done it? I replaced files with yours. But it giving error following. i dont get it whats wrong. INFO ESPHome 2025.2.2 light.esp32_rmt_led_strip: [source conf.d/led-external.yaml:5] This feature is not available for the IDF framework version 5. |
Universumgames
commented
Apr 10, 2025
The problem occurred after upgrading esphome to the latest version. The ESP IDF version 5 does not support configuring the rmt channel. This is not a problem in my PR but for every configuration that is currently available. |
I've managed to add support for the base ESP32 Models (ESP32 Wroom).
The project compiles perfectly fine and the dashboard, the tag reading and writing works perfectly.
Basically handles my issue #43