Hello, how does it work the libraries update cycle?
I see tzapu/WiFiManager is available as v0.016 but its now released 2.0.17
IMHO Platformio doesn’t have an update cycle for registered libraries - it’s the task of the library maintainer to publish a new version of his library via pio pkg publish as opposed to arduino where a new version is propagated (with some delay) as soon as is has been commited in its source repo.
If you want to use the newer version, you’ll have to set the appropriate URL to the desired tag, commit or remote archive as described here or here
Thanks for your reply
We have manually enabled auto-update for this library.