SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues when cloning repo

leonbeer opened this issue · comments

Hey there!

I've been getting random include errors when trying to build.
There's always a random file missing, according to PlatformIO.
Cloning the repo again does not fix the issue, then there is another file missing

May I ask how you copied it?
(ex. "Download ZIP" Button, gh repo clone, git clone or some GUI...)

Hey there!

I've been getting random include errors when trying to build. There's always a random file missing, according to PlatformIO. Cloning the repo again does not fix the issue, then there is another file missing

Please tell us what the error is, otherwise we can't really help you.

It's always a different error.
The most recent error was that
It couldn't find pins_arduino.h
(Missing File)

I also used the GIT integration of VSCode to clone the repository

This could not find pins_arduino.h error indicates that you did not properly set up your PlatformIO environment. Please follow our documentation.

Also, please copy-paste errors the next time instead of giving us a rough error message, we can help you more with those.

The Environment is setup exactly as shown in the documentation.

I am sorry for the lack of the exact error message,

Issue resolved after deleting the .PlatformIO folder and reinstalling.