Skip to content

Releases: nerves-time/nerves_time_rtc_abracon

v0.3.0

14 Sep 21:29
Compare
Choose a tag to compare

Added

  • AB0805-T3 support with `NervesTime.RTC.Abrocon.AB0805

Removed

  • Elixir 1.10 and earlier are no longer supported and will produce a warning if
    used.

v0.2.1

04 Mar 20:38
Compare
Choose a tag to compare

Fixed

  • Use NaiveDateTime.new/8 when decoding date to prevent confusing
    %Inspect.Error{} struct
  • [B5ZE] Don't attempt to decode a date if the RTC clock integrity
    is not guaranteed

v0.2.0

25 Feb 14:53
Compare
Choose a tag to compare

Breaking Changes

  • You must now explicitly choose which Abracon RTC model you wish to use
    in your config.exs

  • Existing behavior in NervesTime.RTC.Abracon was moved to
    NervesTime.RTC.Abracon.IBO5 and you will need to update your
    config.exs:

    config :nerves_time, rtc: NervesTime.RTC.Abracon.IBO5

Added

  • AB-RTCMC-32.768kHz-B5ZE-S3 support with NervesTime.RTC.Abracon.B5ZE

v0.1.1

15 Mar 17:03
Compare
Choose a tag to compare
  • Bug fixes
    • Improve error return when the RTC isn't found

v0.1.0

15 Mar 17:03
Compare
Choose a tag to compare

Initial release