You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself having to develop closed-source code for work, and I'd like to use Platformio to manage my code.
However, I haven't found a way of installing PlatformIO packages from a custom URL (with authentication) or from an otherwise private source (i.e. a local folder). For this reason I can't really use PlatformIO to the fullest extend in this project.
Is there any way I could still use PlatformIO to manage my C/C++ libraries?
The text was updated successfully, but these errors were encountered:
Perhaps it'd be good if this were documented? I did see the lib_dir option
but didn't know you could put your own libraries there. I do think it's a
rather useful feature.
Hey,
I find myself having to develop closed-source code for work, and I'd like to use Platformio to manage my code.
However, I haven't found a way of installing PlatformIO packages from a custom URL (with authentication) or from an otherwise private source (i.e. a local folder). For this reason I can't really use PlatformIO to the fullest extend in this project.
Is there any way I could still use PlatformIO to manage my C/C++ libraries?
The text was updated successfully, but these errors were encountered: