No description
Find a file
2023-05-29 12:50:39 +02:00
include Initial commit 2023-05-29 13:03:05 +03:00
lib Initial commit 2023-05-29 13:03:05 +03:00
src Initial commit 2023-05-29 13:03:05 +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 Initial commit 2023-05-29 13:03:05 +03:00
README Add README 2023-05-29 12:50:39 +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