Releases: sqfmi/Watchy
Releases · sqfmi/Watchy
Watchy Arduino Library 1.4.3
- Added NTP sync to weather call
- Removed DST parameter since it's not used
Watchy Arduino Library 1.4.2
- 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
Fixed include order in header files
Watchy Arduino Library 1.4.0
Minor fixes and merged PRs
Watchy Arduino Library 1.3.3
Merged #139 with new "About Watchy" feature
Watchy Arduino Library 1.3.2
- Updated NTP to use NTPClient library,
getLocalTime
does not return newly synced time
Watchy Arduino Library 1.3.1
- Users can now define weather and NTP settings in
settings.h
with each watch face, without having to modify ```config.h```` in the core library - Users can call
getWeatherData()
&syncNTP()
with parameters to override settings - Updated watch faces to work with library changes
Watchy Arduino Library 1.3.0
- Added native support for NTP sync to Watchy library
- NTP sync added to getWeatherData and setupWifi method
- Fix #121
- Fix #123
- Fix #124
Watchy Arduino Library 1.2.12
- Battery Life Optimizations by @DarkZeros
- Fix for #115
Watchy Arduino Library 1.2.11
v1.2.11 fixed freeze bug