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 #532

Closed MeatMangler closed 4 years ago

MeatMangler commented 4 years ago

PIO Core Call Error: "The current working directory C:\Users\mike\Documents\PlatformIO\Projects\TTGO Debug will be used for the project.\r\n\r\nThe next files/directories have been created in C:\Users\mike\Documents\PlatformIO\Projects\TTGO Debug\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\n\n\nError: Processing ttgo-lora32-v2 (platform: espressif32; board: ttgo-lora32-v2; framework: arduino)\r\n--------------------------------------------------------------------------------\r\nVerbose mode can be enabled via -v, --verbose option\r\nError: Unknown board ID 'ttgo-lora32-v2'\r\n========================== [FAILED] Took 0.84 seconds =========================="

valeros commented 4 years ago

Hi @MeatMangler ! Are you sure you're using the latest version of espressif32 platform?

MeatMangler commented 4 years ago

I did not. I had 1.11.2 but an upgrade to 1.12.0 fixed this. Many thanks and great work on this extension working with the ESP-Prog debugger. I'm hoping this will become my default dev environment with vscode or vscodium.