Commit Graph

136 Commits (7ffb4583856b4e5345a06e948ee60ab65e1f119c)
 

Author SHA1 Message Date
Paco Hope 7ffb458385 added .vscode for Visual Studio 2 years ago
sqfmi eb89c09a31 moved NTP sync to main Watchy lib 2 years ago
sqfmi a454e65ba2 add NTP to menu 2 years ago
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
2 years ago
SQFMI 1bfbc55f4a
Merge pull request #130 from gudnithor/bugfix-issue-129
Fixes issue #129 - stops writing over previous text
2 years ago
Guðni Þ. Björgvinsson 9434ffd1fc Fixes issue #129 - stops writing over previous text 2 years ago
SQFMI 0f585268d4
Merge pull request #119 from kylepotts/patch-1
Point Rtc_Pcf863 at same library Arduino is using
2 years ago
Kyle Potts 069d18f1cc
Update library.json 2 years ago
Kyle Potts 678614aff9
Point Rtc_Pcf863 at same library Arduino is using 2 years ago
SQFMI f8d92f21be
update links 2 years ago
sqfmi 48d06b9661 bump version 2 years ago
SQFMI 35eb14fadd
Merge pull request #116 from DarkZeros/light_sleep_display
Optimize display update
2 years ago
SQFMI afb2e23dea
Merge branch 'master' into light_sleep_display 2 years ago
SQFMI b794d8ee79
Moved clear alarm function 2 years ago
SQFMI c6483eebe0
Merge pull request #117 from DarkZeros/avoid_leaks
Set all pins to INPUT before deep sleep
2 years ago
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
2 years ago
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
2 years ago
sqfmi ac82f48c45 fixed freeze bug 2 years ago
sqfmi e34fbac279 fixed wednesday 2 years ago
sqfmi 8fb1902cbe fixed setting datetime 2 years ago
SQFMI ca8e170147
Merge pull request #113 from Metaln00b/feature/add-additional-weathericons
7_SEG: Add additional weather icons
2 years ago
sqfmi 7a28210b41 fixed bugs and change temp. sensor 2 years ago
Metaln00b ff48d8a241 7_SEG: Add additional weather icons 2 years ago
sqfmi 6363caeac2 auto switch ADC pin 2 years ago
SQFMI c6085ad483
Update README.md 2 years ago
SQFMI bec2c895af
Merge pull request #101 from elasticdotventures/patch-2
Update README.md
2 years ago
SQFMI 6f918e5d4d
Merge pull request #109 from sqfmi/RTC
Fix RTC
2 years ago
sqfmi 241f568e71 Fix RTC
- Added RTC scan
- Support for both RTCs in abstraction lib
2 years ago
elasticdotventures f3e7c73eff
Update README.md
cheers, 🚀
2 years ago
SQFMI 3e69aad334
Merge pull request #100 from sqfmi/dev
Update to v1.2.7
2 years ago
sqfmi 47976fa3de update to v1.2.7 2 years ago
SQFMI 66b8fe9c8c
Merge pull request #97 from gwilsonOSU/master
Added variable HOUR_12_24 to config.h
2 years ago
SQFMI 2f12a2babd
Merge pull request #87 from clayton-rogers/change-battery-adc-call
Change to more accurate ADC call
2 years ago
Greg Wilson d9882ab634 fixed incorrect 12h time conversion 2 years ago
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. 2 years ago
SQFMI 80c4444576
Merge pull request #61 from TomasEkeli/patch-1
step count reset and temperature display bug
2 years ago
SQFMI b0ff996341
Merge branch 'master' into patch-1 2 years ago
SQFMI c34e8812d4
Merge pull request #67 from schodet/fix-temperature-position
Fix temperature position, closes #52
2 years ago
SQFMI 55c46964d8
Merge pull request #75 from nabijaczleweli/master
Fix "Please [Vv]isit" typo in firmware update screen
2 years ago
SQFMI 895a7081db
Merge pull request #94 from sqfmi/dev
Dev
2 years ago
SQFMI 11ba79c4d7
Merge pull request #91 from charlesrocket/contrib
Add CONTRIBUTING.md
2 years ago
-k 4e8f766dad Add Community block 2 years ago
-k 19fad2f9c7 Update CONTRIBUTING.md 2 years ago
-k 6744ff5a5b Create CONTRIBUTING.md 2 years ago
Clayton Rogers d2d4ea4d08 Change to more accurate ADC call 2 years ago
наб 6c2e613e07
Fix "Please [Vv]isit" typo in firmware update screen 2 years ago
Nicolas Schodet 2f6cad2fc2 Use smaller font when temperature does not fit, closes #52
This is the case for negative temperatures (-10 for example).
2 years ago
Nicolas Schodet 3680e99634 Fix temperature position, closes #52 2 years ago
Tomas Ekeli 381d08d818
step count reset and temperature display bug
reset step count at midnight, and fix bug with temperature from 10 to 19 overlapping the unit on display
2 years ago
SQFMI aabb888069 Add support for ESP RTC 2 years ago