You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile this project with the following errors:
Cloning into 'C:\Users\Emiliano\.platformio\.cache\tmp\pkg-installing-unnr4l9g'...
warning: Could not find remote branch idf-release/v4.0 to clone.
fatal: Remote branch idf-release/v4.0 not found in upstream origin
Error: VCS: Could not process command ['git', 'clone', '--recursive', '--depth', '1', '--branch', 'idf-release/v4.0', 'https://github.com/espressif/arduino-esp32.git', 'C:\\Users\\Emiliano\\.platformio\\.cache\\tmp\\pkg-installing-unnr4l9g']
I changed this line in platformio.ini: framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
fatal: not a git repository (or any of the parent directories): .git
CMake Error at C:/Users/Emiliano/.platformio/packages/[email protected]/tools/cmake/build.cmake:185 (message):
Failed to resolve component 'arduino_tinyusb'.
I run platformio in VSCode - Windows 7.
I have GIT, platformio and espressif32 platform installed and updated.
Thanks for any help you could give me.
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to compile this project with the following errors:
I changed this line in platformio.ini:
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
for:
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
And I get the following error:
I run platformio in VSCode - Windows 7.
I have GIT, platformio and espressif32 platform installed and updated.
Thanks for any help you could give me.
The text was updated successfully, but these errors were encountered: