platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
93 stars 62 forks source link

Could not initialize project #7830

Open SirSJY opened 3 months ago

SirSJY commented 3 months ago

PIO Core Call Error: "Resolving adafruit_itsybitsy_esp32 dependencies...\r\n\n\nUnknownBoard: Unknown board ID 'adafruit_itsybitsy_esp32'"

davewyers commented 2 months ago

This is caused by your espressif32 platform being out of date, the current version is 6.60 and this contains that board ID, as per the image below. Check if there are any updates showing as available.

Alternatively, open a pio cmd window then type "pio pkg update".

Lastly is you still cant get it to work uninstall the Espressive32 platform and reinstall.

image