Replies: 1 comment
-
Hello @Stencht |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm new to zephyr and I've got myself an official ESP32S2-Saola board. I managed to get some basic examples working and now I want to control the onboard WS2812 LED using the WS2812 driver, using the example code. For some reason, the build always fails stating:
I suspect the following warnings have something to do with it:
Which I don't get, as far as I know, the necessary macro's are defined in prj.conf (added below).
The build succeeds if I comment out all the usages of the strip const:
Any clue what I'm doing wrong?
Version:
Overlay:
prj.conf
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions