Libraries - how to specify "development" branch to use

Hi

I’m using PlatformIO in VSC- Core 4.1.0 and Home 3.0.1

I would like to use the WiFiManager “development” branch as its more up to date than the “master”. How do I go about telling PlatformIO via the Libraries Interface to ignore the master branch and use the development branch as default ?

Regards
mars000

As shown in the examples of the online documentation, a #tag/branch syntax can be used in the lib_deps expression.

1 Like

Hi - i found it in library.json but not an example of where i can specifically apply a branch name to use in “lib_deps” in platformio.ini file
Can you provide link to example you were referring too. Please. :slight_smile:

See above link and here.

For Git links, these general documented syntaxes always apply…

2 Likes