Closed bjornbergenheim closed 3 years ago
To get this to work, I had to add
lib_ldf_mode = deep
in the platformio.ini for the project (example2 folder).
Weird, I've tried on my Mac (VS Code + PlatformIO) and it compiles correctly. However, I notice you are on v.1.0.0, which is not the latest and depends on FastLED 3.3.3, which is not the latest release either. Please pull, clean and retry.
Ah, I think why it looks like I'm on 1.0.0. In the platformio.ini the dependency is for
lib_deps =
https://github.com/lpaolini/Striptease
and that gives me 1.0.0. Im sorry if these are more platform-io related questions, but how would I go about to change that to the actual files that I have downloaded through github?
Actually, it might just be that the file https://github.com/lpaolini/Striptease/blob/main/library.json still says 1.0.0 . It does say "^3.4.0" though, and so does the file platformio downloaded for me, so I actually think I'm getting the latest version.
You're right, library.json doesn't reflect the correct version. I'll fix it.
About your problem, I'm sorry but I have no experience with PlatformIO on Windows. Are you running latest PlatformIO and libraries?
I'm asking this also because I've noticed from your first message it's compiling FastLED 3.3.3, and that's unexpected as it should use 3.4.0.
Dependency Graph
|-- <Striptease> 1.0.0+sha.5b5864b
| |-- <FastLED> 3.3.3
I see I'm missing some dependencies, but not too sure how and what to add.