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
The reason V1.01 is not available for installation via Library Manager is the library.properties version value was not updated before the release was made.
Another problem that might be encountered is "1.01" is not considered a valid version number by the Arduino IDE due to the leading zero. I recommend always using semver-compliant versioning: https://semver.org/
1.0.0 is listed but not 1.0.1, so I would assume that means if someone uses the example code out there that requires start() it may cause issues?
The text was updated successfully, but these errors were encountered: