You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
> [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.
1
+
> [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.
@@ -82,8 +82,9 @@ The settings page have the following options
82
82
-*Use 24h format*: You can choose between 20:00 or 8:00PM in your device.
83
83
-*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](
84
84
https://github.com/jnthas/clockwise/wiki/Connecting-the-LDR) about that.
85
-
-*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.
85
+
-*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`.
86
86
-*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.
87
+
-*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.
0 commit comments