I’m getting a board not found error after selecting the Adafruit_feather_esp32_v2 board.
PlatformIo.ini:
[env:adafruit_feather_esp32_v2]
platform = espressif32
board = adafruit_feather_esp32_v2
framework = espressif32
Error:
Error: Unknown board ID ‘adafruit_feather_esp32_v2’. This board is listed under the ‘Boards’ selector. What have I missed?
Is the ESP32 platform up to date? CLI + pio platform update espressif32
and rebuild the project.
If this does not work, remove the C:\Users\<user>\.platformio\platforms\espressif32
and rebuild the project.
Success! I had to remove the espressif32 platform AND change the Framework to ‘arduino’ in the platformio.ini file. I could not figure out how to run the CLI. But… everything is good now. Thanks for the quick reply.
Okay I definitely missed that one – glad you’re up and running!