Skip to content

Releases: ryanrk/ShelfClock

Release 3

22 Jan 23:46
Compare
Choose a tag to compare

Fix a memory leak.

Release 2

29 Dec 06:14
21eb255
Compare
Choose a tag to compare

All about the sounds.

  • Add Westminster chimes. You can enable quarter hour chimes or hour chimes.
  • Option to have Westminster chimes ding while in sleep mode.
  • Allow you to play any chimes or sounds directly from the UI.
  • Added a few more chimes.

Release 1

20 Dec 03:29
771d0d4
Compare
Choose a tag to compare

List of things that have changed in this release from https://github.com/MacGyverr/ShelfClock forked branch.

Updates:

  • Moved from Arduino IDE to Visual Studio Code with PlatformIO. IMO a lot better developer platform.
  • Had to change the partition sizes to allow a JSON library.
  • Rename ino files to cpp files.
  • Replaced Bootstrap CSS library with plain CSS (reduced a lot of size)
  • Replaced JQuery with just basic javascript. (reduced a lot of size)
  • Replaced the 200+ api calls on the esp32 with only 4. One api call per page, plus a call for update.
  • Replaced the debug page with a real page that loads the debug data.

New Features:

  • Added an outdoor temperature feature. Using openweathermap.org free api.
  • Added temperature flip, so when you select temperature on the clock it will flip between indoor and outdoor.
  • Added outdoor temperature to the scroll.
  • ESP32 has 2 cores, so I'm grabbing the weather api data from the other core.