i have seen that the description of the arduino-esp32 framework, that is can be used for the ESP32-S2.
Can someone tell me how i can compile my code for a ESP32-S2 using Platformio?
Im not able to select a ESP-S2 board to compile it. it always says
Code: Select all
Error: This board doesn't support arduino framework!
Code: Select all
platform = espressif32
board = esp32-s2-saola-1
framework = arduino
Can someone provie a short step by step list for me?
Best regards