Skip to content

Releases: jake1164/tempest-led-weather-clock

v0.3.0 - CircuitPython 9.x.x support

12 Apr 14:10
2c6406b
Compare
Choose a tag to compare

Notable Changes

  • Updated to run on latest release of CircuitPython (9.0.x)

Known Issues

  • Serious memory issues with pulling weatherflow api.

v0.2.1 - Bug Fix

20 Nov 12:22
8f1d6cc
Compare
Choose a tag to compare

Notable Changes

  • Fixed bug causing a random crash of clock.

Known Issues

  • None

v0.2.0 - Many features & bugfixes

14 Nov 01:59
1b83ff4
Compare
Choose a tag to compare

Notable Changes

  • Updated nite mode to display a single pixel that represents the time via the x / y position of the pixel
  • Fixed bug with weather not scrolling if outside the display "on/off" time but not dark out.
  • Fixed bug with settings not showing the display on exit
  • Fixed DST which is actually caused by not saving / exiting settings correctly.
  • Updated libraries to latest versions
  • Added enable / disable the NTP sync from settings page
  • If date / time is adjusted manually the NTP sync is disabled
  • If enabled the time is re-synced on exiting settings.

Known Issues

  • None

v0.1.0 - First semi-stable release

20 Aug 18:02
9d3fa76
Compare
Choose a tag to compare

Notable Changes

  • Fixed displaying wrong temperature if API stops working.

Known Issues

  • None