Commit Graph

148 Commits (c5b43d2eac7781a60cd066d29e0e96b6c07321fb)

Author SHA1 Message Date
sqfmi c5b43d2eac small tweaks to "About Watchy" 2022-01-06 17:20:57 -05:00
Lyndon Nerenberg bf7425c7dc Add an "About Watchy" menu item.
This replaces "Check Battery" and adds the following info:

  * Firmware version
  * RTC chip type

The firmware version is #defined in Watchy.h.  There might be a
way to do this that's friendlier to the library release process,
but I'll leave that up to the people who actually build the releases.

I plan to extend the About menu with some radio-related info as
I work on getting BLE pairing working with my iPhone.
2022-01-05 00:25:22 -08:00
sqfmi 26f5ac20c0 Add NTPClient dependency 2022-01-03 21:55:50 -05:00
sqfmi de126cd292 Updated NTP to use NTPClient.h 2022-01-03 21:41:36 -05:00
SQFMI 5f1aeabff6
Merge pull request #138 from sqfmi/dev
Dev
2022-01-01 21:29:04 -05:00
SQFMI 623c1e0ac1
Merge pull request #137 from anielsen001/fix-comma-warning-in-library-json
Fix comma warning in library json
2022-01-01 21:28:31 -05:00
Aaron Nielsen df37a3b9ef fix warning in library.json due to missing comman 2022-01-01 14:54:42 -05:00
SQFMI 8ace9dba96
Merge pull request #135 from sqfmi/dev
change line endings
2021-12-30 23:17:33 -05:00
SQFMI 2bfe297e7b change line endings 2021-12-30 23:16:03 -05:00
SQFMI 79553f4abd
Update library.properties 2021-12-30 22:49:23 -05:00
SQFMI c5be1917a5
Update library.json 2021-12-30 22:49:12 -05:00
sqfmi 9f0ce88057 user definable settings 2021-12-30 22:47:38 -05:00
Paco Hope 7ffb458385 added .vscode for Visual Studio 2021-12-30 14:31:21 -05:00
sqfmi eb89c09a31 moved NTP sync to main Watchy lib 2021-12-30 13:02:40 -05:00
sqfmi a454e65ba2 add NTP to menu 2021-12-30 01:50:13 -05:00
sqfmi 12915a48e6 Native NTP support & bug fixes
- Added native NTP sync support
- Fixed bug with WiFi AP not working due to busy lightsleep callback
- Removed year offsets and use TimeLib macros for consistency
2021-12-29 02:06:38 -05:00
SQFMI 1bfbc55f4a
Merge pull request #130 from gudnithor/bugfix-issue-129
Fixes issue #129 - stops writing over previous text
2021-12-26 21:16:32 -05:00
Guðni Þ. Björgvinsson 9434ffd1fc Fixes issue #129 - stops writing over previous text 2021-12-26 20:17:21 +00:00
SQFMI 0f585268d4
Merge pull request #119 from kylepotts/patch-1
Point Rtc_Pcf863 at same library Arduino is using
2021-12-13 17:47:16 -05:00
Kyle Potts 069d18f1cc
Update library.json 2021-12-13 17:33:47 -05:00
Kyle Potts 678614aff9
Point Rtc_Pcf863 at same library Arduino is using 2021-12-13 17:31:34 -05:00
SQFMI f8d92f21be
update links 2021-12-12 20:51:25 -05:00
sqfmi 48d06b9661 bump version 2021-12-12 17:17:28 -05:00
SQFMI 35eb14fadd
Merge pull request #116 from DarkZeros/light_sleep_display
Optimize display update
2021-12-12 17:15:22 -05:00
SQFMI afb2e23dea
Merge branch 'master' into light_sleep_display 2021-12-12 17:12:31 -05:00
SQFMI b794d8ee79
Moved clear alarm function 2021-12-12 16:43:38 -05:00
SQFMI c6483eebe0
Merge pull request #117 from DarkZeros/avoid_leaks
Set all pins to INPUT before deep sleep
2021-12-12 16:00:23 -05:00
Daniel Ansorregui 76e202739d Set all pins to INPUT before deep sleep
* Some pins otherwise are left as output
  And their value is kept in deep sleep
  This can cause power usage in deep sleep
* From my measurements 0.13mA
  Or, 3mAh / day extra usage
2021-12-11 16:19:09 +00:00
Daniel Ansorregui d66f848ba6 Optimize display update
* Hibernate should only be called before deep sleep
* Init should only be called once and notify the last init
* Set up init properly with 10ms reset and pulldown
* Use GxEDP2 1.4.0 library new busy callback
  to trigger a lightsleep in the mean time
  Saving 600ms of CPU time per update, (12mAs/minute)
  That is -4mAh per day savings
2021-12-11 14:32:29 +00:00
sqfmi ac82f48c45 fixed freeze bug 2021-12-03 11:11:00 -05:00
sqfmi e34fbac279 fixed wednesday 2021-12-01 22:09:11 -05:00
sqfmi 8fb1902cbe fixed setting datetime 2021-12-01 22:04:52 -05:00
SQFMI ca8e170147
Merge pull request #113 from Metaln00b/feature/add-additional-weathericons
7_SEG: Add additional weather icons
2021-12-01 18:39:40 -05:00
sqfmi 7a28210b41 fixed bugs and change temp. sensor 2021-12-01 18:34:42 -05:00
Metaln00b ff48d8a241 7_SEG: Add additional weather icons 2021-12-01 23:40:10 +01:00
sqfmi 6363caeac2 auto switch ADC pin 2021-11-29 17:01:25 -05:00
SQFMI c6085ad483
Update README.md 2021-11-29 02:41:09 -05:00
SQFMI bec2c895af
Merge pull request #101 from elasticdotventures/patch-2
Update README.md
2021-11-29 02:38:58 -05:00
SQFMI 6f918e5d4d
Merge pull request #109 from sqfmi/RTC
Fix RTC
2021-11-29 02:35:04 -05:00
sqfmi 241f568e71 Fix RTC
- Added RTC scan
- Support for both RTCs in abstraction lib
2021-11-29 02:34:21 -05:00
elasticdotventures f3e7c73eff
Update README.md
cheers, 🚀
2021-11-05 14:11:49 +11:00
SQFMI 3e69aad334
Merge pull request #100 from sqfmi/dev
Update to v1.2.7
2021-10-30 12:55:32 -04:00
sqfmi 47976fa3de update to v1.2.7 2021-10-30 12:53:07 -04:00
SQFMI 66b8fe9c8c
Merge pull request #97 from gwilsonOSU/master
Added variable HOUR_12_24 to config.h
2021-08-25 21:24:48 -04:00
SQFMI 2f12a2babd
Merge pull request #87 from clayton-rogers/change-battery-adc-call
Change to more accurate ADC call
2021-08-25 21:20:53 -04:00
Greg Wilson d9882ab634 fixed incorrect 12h time conversion 2021-08-22 11:41:47 -07:00
Greg Wilson 20ee700d5a Added variable HOUR_12_24 to config.h, for setting a 12-hour or 24-hour time display. Set to 24 by default. 2021-08-21 16:46:51 -07:00
SQFMI 80c4444576
Merge pull request #61 from TomasEkeli/patch-1
step count reset and temperature display bug
2021-08-05 20:33:30 -04:00
SQFMI b0ff996341
Merge branch 'master' into patch-1 2021-08-05 20:32:10 -04:00
SQFMI c34e8812d4
Merge pull request #67 from schodet/fix-temperature-position
Fix temperature position, closes #52
2021-08-05 20:22:27 -04:00