Adafruit_BMP280 library Out of Date?

I’ve just made the switch from the Arduino IDE to PlatformIO.

I use the Adafruit_BMP280 library, which was updated a while ago with a new function (takeForcedMeasurement). This appears to be missing from the library when installed via the library manager.

Am I doing something wrong? Or is the library out of date in the manager?

Thanks.

Could you specify URL to this library in our registry?

The most common thing would be to download a fresh version
delete all uses of the old library,
install the new library.

PIO cannot use something that you did not tell it to use.
but, IIRC, the library manager in PIO does search for the instance of your library, and in my case, reported 2 versions and asked me which to use.
unless you require something special about a library, I would suggest you keep them in the shared folder.
also, I think the one who makes the library should note the version. that would be on Adafruit, not PIO.

See Redirecting...