Skip to content

Releases: jake1164/tempest-led-weather-clock

Tempest release ** Requires Pico 2 W **

09 Feb 17:50
9d045e6
Compare
Choose a tag to compare

Notable Changes

  • Updated dependencies
  • Pull all information from Weatherflow API
  • Removed Pico W support REQUIRES PICO 2 W
  • Added additional configurations to tune to region
  • Added an error display that will give an indication if configured incorrectly
  • Same error display will let you know if there is a WIFI authentication issues.

Known Issues

  • Pico W support has been removed.

v0.3.8 - Last Version Supporting Pico W

26 Jan 14:24
6dcf28f
Compare
Choose a tag to compare

Notable Changes

  • Updated dependencies
  • Removed experimental multi-board support (non Pico)
  • Tested with Pico W and Pico 2 W

Known Issues

  • Pico W has memory issues and is recommended to upgrade to a Pico 2 W (Drop in support)

v0.3.7

21 Dec 13:08
e37ee5e
Compare
Choose a tag to compare
Update release.yml

v0.3.3 - Changed splash screen to tempest icon

20 Dec 17:28
32fbcf0
Compare
Choose a tag to compare

Notable Changes

  • Updated release to be compatible with 9.2
  • Changed startup icon to display a tempest weather station icon.
  • Tested with Pico W and Pico 2 W

Known Issues

  • Multi-board support not working

v0.3.2 - Changed splash screen to tempest icon

20 Dec 17:14
88167d9
Compare
Choose a tag to compare

Notable Changes

  • Changed startup icon to display a tempest weather station icon.
  • Tested with Pico W and Pico 2 W

Known Issues

  • Multi-board support not working

v0.3.1 - Updated dependencies

20 Dec 15:02
6acfeb4
Compare
Choose a tag to compare

Notable Changes

  • Updated all dependencies
  • Disabled multi-board support as it was causing issues
  • Added support for pooled connections
  • Tested with Pico W and Pico 2 W

Known Issues

  • Multi-board support not working

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