You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use PlatformIO for my Arduino projects and if I am understanding the issue correctly, the system they use for parsing updates monitors the library.properties file for changes. Since the version is still at 1.0.1 even though there have been updates since, they don't have the newest release in their system.
For any other PlatformIO users, this can be fixed by adding this line to lib_deps:
https://github.com/SolidGeek/VescUart.git
The text was updated successfully, but these errors were encountered:
I use PlatformIO for my Arduino projects and if I am understanding the issue correctly, the system they use for parsing updates monitors the library.properties file for changes. Since the version is still at 1.0.1 even though there have been updates since, they don't have the newest release in their system.
For any other PlatformIO users, this can be fixed by adding this line to lib_deps:
https://github.com/SolidGeek/VescUart.git
The text was updated successfully, but these errors were encountered: