Skip to content

Releases: sqfmi/Watchy

Watchy Arduino Library v1.4.10

03 Apr 20:17
667d867
Compare
Choose a tag to compare
  • Added board revision function

Watchy Arduino Library v1.4.9

03 Apr 03:08
Compare
Choose a tag to compare
  • Support Lat, Lon for location and sunrise, sunset times.
  • Added SSID and IP address to About screen.
  • Use chip icon if temperature data is from internal sensor.

Thanks @Sudrien, @sc68cal, @denics for #233 #231 #230!!

Watchy Arduino Library v1.4.8

31 Mar 18:34
Compare
Choose a tag to compare

Merged #242 with great improvements to battery life through reduced display init and refresh times.

Thank you @DarkZeros for this PR.

Watchy Arduino Library v1.4.7

24 Apr 03:55
Compare
Choose a tag to compare

Fixes 'WIDTH_VISIBLE' is not a member of 'WatchyDisplay' compilation issue
Remove dstOffset from watchySettings struct
Fixes weather counter bug on WiFi connection
Added GtiHub Actions to build binaries on push

Thanks @wjgeorge, @aminch for the PRs!

Watchy Arduino Library 1.4.6

12 Jan 12:44
Compare
Choose a tag to compare

Added a new watchface and uptime in about menu

Watchy Arduino Library 1.4.5

27 Dec 03:44
Compare
Choose a tag to compare
  • Battery life improvements with #178
  • Updated GMT offset method
  • Vibrate on the hour option
  • Exit menu to watch face when left to idle
  • Fix compilation error caused by Arduino_JSON

Thanks @DarkZeros @shtrom @Alex-K37 for your contributions!

Watchy Arduino Library 1.4.3

15 Oct 02:24
Compare
Choose a tag to compare
  • Added NTP sync to weather call
  • Removed DST parameter since it's not used

Watchy Arduino Library 1.4.2

08 Oct 20:27
Compare
Choose a tag to compare
  • Merged fixes from @DarkZeros that causes bootloop in ESP32 Arduino Core 2.0.3+
  • Updates to config.h to accept pin defs depending on board definition

Watchy Arduino Library 1.4.1

07 May 03:59
Compare
Choose a tag to compare

Fixed include order in header files

Watchy Arduino Library 1.4.0

07 May 02:18
0bdbcbc
Compare
Choose a tag to compare

Minor fixes and merged PRs