01-27-2020 09:57 AM
For the Bosch BSEC Arduino repository currently tags in format "ard_bsec_v1.5.1474" are used, while "version" field in manifest file library.properties is using format "v1.5.1474".This format mismatch causes the library crawler of platformio.io to reject the library.
To solve this, please change tagging of releases in github repository to format "v1.5.174" (cut off "ard_bsec_" substring).
Solved! Go to Solution.
01-27-2020 02:20 PM
Hi cyberman54,
would it be possible to have both the tags simultaneously, or should there be only 1 tag that matches with the libraries.properties file?
01-27-2020 02:31 PM
I am not sure.
Just try it for latest version, then 48h laters look if the library is shown in platformio registry.
If not, ask in platformio community forum.
01-28-2020 11:36 AM
03-12-2023 06:11 PM
After new v1.8.1492 was released, we need again change of version number in the manifest files!
I made a PR for this, see here:
https://github.com/boschsensortec/BSEC-Arduino-library/pull/59