-
-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESp32 C2 does not compile in linux, but seems to compile in Windows #1445
Comments
Okay confirmed, you are missing the esp32-c2-devkitm-1.json file. You can probably just copy it from here: https://github.com/zackees/platform-espressif32/blob/Arduino/IDF5/boards/esp32-c2-devkitm-1.json |
Gotcha. Seems like a complicated political battle. |
Hi @zackees, it seems you're using a fork of the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm a maintainer for FastLED.
I noticed that the ESP32 C2 board does not compile under our test running in linux, but seems to compile just fine on my windows box when running locally.
Here is the repro case
https://github.com/FastLED/FastLED/actions/workflows/build_esp32c2.yml
However I can totally run the command in windows and it works great:
(note that I'm running using git-bash in windows at the root of the FastLED repo)
The text was updated successfully, but these errors were encountered: