Replies: 2 comments 1 reply
-
the lib-builder has a script to copy the files to a location where the receiving core is: https://github.com/espressif/esp32-arduino-lib-builder/blob/master/tools/copy-to-arduino.sh |
Beta Was this translation helpful? Give feedback.
-
@cziter15 haved forked the lib builder too. Modified that a complete framework is builded and released via Github Actions. The framework can directly used in platformio with |
Beta Was this translation helpful? Give feedback.
-
I have an idea for the functionality of downloading your own arduino-lib-builder artifacts.
Today I forked the repository, changed the sdkconfig parameters and ran the build actions. After building, I had to copy the libraries manually - and this can be automated.
Since I'm using platformio, it would be nice to have the option to provide an external link to the artifact repository (via platformio.ini), so that each project could have its own sdkconfig settings.
Beta Was this translation helpful? Give feedback.
All reactions