Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
187
stars
81
forks
source link
New versions are not published to Arduino library manager #74
I know that I can install the library by ZIP or GIT reference but it would be good if the newest version could be installed by Arduino IDE Library Manager:
I can not see the version 1.1.1 in Arduino library description:
And also (probably because of that) I can not install it with arduino-cli - it installs version 1.1.0:
While comparing version 1.1.0 and 1.1.1 I see that library.properties were not updated, but not sure what else is needed to make new version of this library. See also: https://github.com/NorthernWidget/DS3231/issues/64#issuecomment-1237721412.
I know that I can install the library by ZIP or GIT reference but it would be good if the newest version could be installed by Arduino IDE Library Manager: