The board information about Sparkfun ESP32 Thing Plus C is wrong

https://docs.platformio.org/en/latest/boards/espressif32/sparkfun_esp32s2_thing_plus_c.html

The Sparkfun ESP32 Thing Plus C has a ESP32(E) chip and not a ESP32-S2 chip.

There are
SparkFun ESP32 Thing Plus
SparkFun ESP32 Thing Plus C
SparkFun ESP32-S2 Thing Plus

If there is an error on these pages, please click the Edit on Github Button and create a pull request.

This is the Community Forum - we are not the dev’s :wink:

It’s not just an error, the Thing Plus C is completely unsupported by platformio despite having a Board page

There is an error, but it is just a filename naming issue
sparkfun_esp32s2_thing_plus_c should have been named just sparkfun_esp32_thing_plus_c

If you take a look into the (above linked) board manifest, you’ll see it is ESP32 and not ESP32-S2 as the filename suggests.

So the best way is to create a fix, and open a pull request or file an issue to the dev’s at GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO

1 Like