Hi, I want to update a library to 1.0.2 but on PlatformIO it’s stuck on 1.0.0!
The library is the Versatile_RotaryEncoder and the library.properties is correctly updated with the 1.0.2 tag.
Can anyone solve this problem on PlatformIO?
Thanks
Hi, I want to update a library to 1.0.2 but on PlatformIO it’s stuck on 1.0.0!
The library is the Versatile_RotaryEncoder and the library.properties is correctly updated with the 1.0.2 tag.
Can anyone solve this problem on PlatformIO?
Thanks
CC @ivankravets for PlatformIO Registry
See
I did an update yesterday and named it 1.0.3 just to be processed by PlatformIO, and it worked.
What I did was simple to remove these extra files/folders from the git repository that for some reason PlatformIO doesn’t like:
Finally I also added the line .vscode
to the file .gitignore
.
I remember that the platform Arduino accepted the previous library versions with all the files above now removed.