I use PlatformIO with VSCode to easily build and manage my projects.
It would be great if you could publish your lib to it as well.
I see that your project already has a library.json file, so it should be straight forward.
Here is a link to the platformio docs for publishing: https://docs.platformio.org/en/latest/librarymanager/creating.html
Hi,
I use PlatformIO with VSCode to easily build and manage my projects. It would be great if you could publish your lib to it as well. I see that your project already has a library.json file, so it should be straight forward. Here is a link to the platformio docs for publishing: https://docs.platformio.org/en/latest/librarymanager/creating.html
Thanks.