Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jnthas/clockwise into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthas committed Aug 27, 2023
2 parents 5060c63 + be43231 commit 3c8b601
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Avoid use extensive of String in CWWebServer.cpp


## [1.4.1] - 2023-08-27

### Added

- New Manual Posix param to avoid the `timezoned.rop.nl` ezTime's timezone service. Thanks @JeffWDH!

### Changed

- Set `time.google.com` as a default NTP server - `pool.ntp.org` is a slug

### Fixed

- A bug in the Canvas clockface - Commit a216c29c4f15b1b3cadbd89805d150c2f551562b


## [1.4.0] - 2023-07-01

### Added
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> ![News 90s GIF](https://github.com/jnthas/clockwise/raw/gh-pages/static/images/news.gif) [Version 1.4.0 released!](https://github.com/jnthas/clockwise/releases/tag/v1.4.0) a new special type of clockface is available called **Canvas**. Using Canvas you can customize your Clockwise with just a single JSON file. Take a look at the [Wiki](https://github.com/jnthas/clockwise/wiki/Canvas-Clockface) of the feature.
> ![News 90s GIF](https://github.com/jnthas/clockwise/raw/gh-pages/static/images/news.gif) [2023-08-27] [Version 1.4.1 released!](https://github.com/jnthas/clockwise/releases/tag/v1.4.1) fixed a bug in Canvas clockface and a new parameter to set the POSIX manually was added. Be part of the [Clock Club](https://github.com/jnthas/clock-club) and create your own clockface using Canvas.
[![Clockwise CI/CD](https://github.com/jnthas/clockwise/actions/workflows/clockwise-ci.yml/badge.svg)](https://github.com/jnthas/clockwise/actions/workflows/clockwise-ci.yml)

Expand Down Expand Up @@ -82,8 +82,9 @@ The settings page have the following options
- *Use 24h format*: You can choose between 20:00 or 8:00PM in your device.
- *Automatic Bright*: Once you connect a LDR in the ESP32, Clockwise will be able to control the display bright based on the ambient light. Check the [Wiki](
https://github.com/jnthas/clockwise/wiki/Connecting-the-LDR) about that.
- *NTP Server*: Configure your prefered NTP Server. You can use one of the [NTP Pool Project](https://www.ntppool.org/) pools or a local one.
- *NTP Server*: Configure your prefered NTP Server. You can use one of the [NTP Pool Project](https://www.ntppool.org/) pools or a local one. Default is `time.google.com`.
- *LDR Pin*: The ESP32 GPIO pin where the LDR is connected to. The default is 35. There is a link there where you can read the current value of LDR and test if it's working.
- *Posix Timezone String*: To avoid remote lookups of ezTime, provide a Posix string that corresponds to your timezone ([explanation](https://github.com/ropg/ezTime#timezones-1)). Leave empty to obtain this automatically from the server.

## How to change the clockface (PlatformIO)

Expand Down
2 changes: 1 addition & 1 deletion firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ lib_deps =
bitbank2/PNGdec@^1.0.1
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<clockfaces/>
build_flags =
-D CW_FW_VERSION="\"1.4.0\""
-D CW_FW_VERSION="\"1.4.1\""
-D CW_FW_NAME="\"${sysenv.FW_NAME}\""

0 comments on commit 3c8b601

Please sign in to comment.