Replies: 1 comment
-
THANK YOU for posting this. I have almost no knowledge working in this system and am trying to learn by example. I was getting the errors listed below if I did a clean pull and tried to build it. I ran the pio pkg install and update and it builds fine now. Thanks! Compiling .pio\build\spectrum\lib774\IRremoteESP8266\IRtext.cpp.o spectrum FAILED 00:00:10.874 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I just did a brand new install of everything (fresh git checkout of NightDriverStrip and fresh VSCode PlatformIO install). On my macOS 12.5 MBP.
I tried to
pio run
from a PlatformIO shell (andPlatformIO: Build
from VSCode) and kept getting an error on something likeCouldn't find driver/adc_deprecated.h
(I've since fixed this and can no longer seem to replicate the original error).From the pio shell, I did
pio pkg install
, and that failed onUnknown board ID 'adafruit_feather_esp32s3_tft'
.So then I tried
pio pkg update
and that seems to have solved my problem. I canpio run
now.Thought that might help someone.
Beta Was this translation helpful? Give feedback.
All reactions