niliha / esp32-s3-fastled-idf-example

0 stars 0 forks source link

Do your issue solved? I'm facing the same problem #1

Open HappyJoeJoe opened 1 year ago

niliha commented 1 year ago

Hi, I did not investigate the issue further and just stayed with the ESP32. However, I think that platformIO supports the ESP32-S3 now and you could try to get it running using its arduino framework. See https://docs.platformio.org/en/latest/boards/espressif32/esp32-s3-devkitc-1.html

JustinOng commented 1 year ago

This issue is because of a missing definition of F_CPU for the S3, fix is pending merge at https://github.com/espressif/arduino-esp32/pull/7913.

niliha commented 1 year ago

Thanks, I appreciate reaching out here :)