I'm totally new to ESP dev and PlatformIO. With basic knowledge in C, I tried to twist some fun to meet the new Arduino 3 & ESP IDF 5.1 API changes, but the SDK still seems to be a big issue when I try to build.
Is there any suggested platform.ini config for the esp32-c6-devkitc-1 board? Or do I have to pick other esp32 boards? If so, do you have any recommendations? I struggle to pick esp32 boards as there are too many SoC models/variations and different boards with them.
I'm totally new to ESP dev and PlatformIO. With basic knowledge in C, I tried to twist some fun to meet the new Arduino 3 & ESP IDF 5.1 API changes, but the SDK still seems to be a big issue when I try to build.
Is there any suggested
platform.ini
config for theesp32-c6-devkitc-1
board? Or do I have to pick other esp32 boards? If so, do you have any recommendations? I struggle to pick esp32 boards as there are too many SoC models/variations and different boards with them.Thx in advance.