I am not able to compile a esp32s3 based project in platformio with arduino framework.
I found out the problem. The problem is arduino-framework is being compiled for esp32. So it can only compile esp32 based projects. If I need to compile a esp32s3 based project in platformio I need to remove the arduino-framework lib from platformio lib folder and then compile the project. Now I wont be able to compile a esp32 based project. Now if i want to compile a esp32 based project, then again I need to remove the current arduino-framework folder from the platformio lib folder and compile a esp32 based project.
Is it an issue that i am only facing? Is there a workaround so that I can run both esp32 and esp32s3 based projects without re downloading arduio framework in platformio.
It works fine when I am using Arduino-IDE. it wont get into such problems.
Can this be solved ?