-
Sorry I'm somewhat new to GitHub procedures, so I'm not sure whether this should be filed as a potential bug or if it's just a configuration problem on my side, or some PlatformIO quirk. I'm looking to connect an OLED display to the OpenDTU ESP32 board, so I added an SSD1306 library via the VScode/PlatformIO Libraries Registry. If I remove/uninstall "my" library from the project, on the next build the "unused" libs will be re-installed by the Library Manager and the build does succeed. I did play around with the Library Dependency Finder settings, but no combination made a difference. Fresh install of VScode 1.74.0, PlatformIO Core 6.1.5/Home 3.4.3, OpenDTU build 9bfc704 cloned with git version 2.38.2.windows.1 (also deleted the project and cloned again). Thanks for any help or ideas! Terminal output:
[multiple similar error messages omitted]
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
For verification I just installed VScode/PIO on a Linux machine, git-cloned https://github.com/tbnobody/OpenDTU.git, did a successful build, added FastLED via the PIO Home -> Libraries -> Registry tab and on the next build had the same errors as described above. If someone else could give it a try and check if they see the same behaviour on their setup, that would be really helpful. |
Beta Was this translation helpful? Give feedback.
-
dont add the library using the UI... just add it to the platformio.ini as every other library... |
Beta Was this translation helpful? Give feedback.
dont add the library using the UI... just add it to the platformio.ini as every other library...