No description
Find a file
Lewis Jackson 1b843ce4b4
All checks were successful
Compile / Compile (push) Successful in 1m18s
Update workflow to use preprepared docker image
Clean up YML

Specify path for pio explicitly
2023-05-31 23:11:28 +03:00
.forgejo/workflows Update workflow to use preprepared docker image 2023-05-31 23:11:28 +03:00
include Initial commit 2023-05-29 13:03:05 +03:00
lib Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
src Experimental code to allow timer resyncing after NTP resync 2023-05-31 21:20:55 +03:00
test Initial commit 2023-05-29 13:03:05 +03:00
.gitignore Initial commit 2023-05-29 13:03:05 +03:00
platformio.ini Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
README.md Rename README for markdown 2023-05-29 12:51:19 +02:00

Watchy Watch Face, cleaned up codebase

Features

  • Cleaned up display library
  • Cleaned up RTC library, stores time in UTC, pass an offset when reading time
  • Non font-based 7 segment display
  • Removed wifimanager, hardcoded SSID / password in config.h
  • NTP sync on initial boot
  • No menu, manual syncing, or any user interaction yet