How to switch the chip on which the program runs? #131
Unanswered
tibaiwan2333
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Delete (or rename) sdkconfig and rename sdkconfig.s3 to sdkconfig, they are located in the project root directory. I am using Espressif-IDE for development, there I change the target to esp32s3: I have not compiled for the ESP32-S3 using other IDEs or ESP-IDF yet so I do not know how to change the target MCU for them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to run this program on an ESP32-S3. Could you please advise on what changes I need to make to the project to ensure it works correctly on this chip? Any guidance or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions